mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2025-12-30 19:42:43 +00:00
Fix description box snippet
This commit is contained in:
@@ -159,12 +159,12 @@ module.exports = [
|
||||
icon : 'fas fa-comment-alt',
|
||||
gen : function(){
|
||||
return [
|
||||
'<div class=\'descriptive\'>',
|
||||
'{{descriptive',
|
||||
'##### Time to Drop Knowledge',
|
||||
'Use notes to point out some interesting information. ',
|
||||
'',
|
||||
'**Tables and lists** both work within a note.',
|
||||
'</div>'
|
||||
'}}'
|
||||
].join('\n');
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user