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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user