1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-23 02:21:30 +00:00

ADding in stlying and snippet for a descriptive text box

This commit is contained in:
Scott Tolksdorf
2016-07-29 01:26:20 -04:00
parent e31cb003eb
commit 33fd991276
7 changed files with 95 additions and 21 deletions

View File

@@ -107,6 +107,20 @@ module.exports = [
].join('\n');
},
},
{
name : 'Descriptive Text Box',
icon : 'fa-sticky-note-o',
gen : function(){
return [
"<div class='descriptive'>",
"##### Time to Drop Knowledge",
"Use notes to point out some interesting information. ",
"",
"**Tables and lists** both work within a note.",
"</div>"
].join('\n');
},
},
{
name : 'Monster Stat Block',
icon : 'fa-bug',