mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-07 12:02:44 +00:00
generated quotes, correct small caps
This commit is contained in:
@@ -7,6 +7,7 @@ const scriptGen = require('./snippets/script.gen.js');
|
||||
const ClassFeatureGen = require('./snippets/classfeature.gen.js');
|
||||
const CoverPageGen = require('./snippets/coverpage.gen.js');
|
||||
const TableOfContentsGen = require('./snippets/tableOfContents.gen.js');
|
||||
const QuoteGen = require('./snippets/quote.gen.js');
|
||||
const dedent = require('dedent-tabs').default;
|
||||
|
||||
|
||||
@@ -129,23 +130,7 @@ module.exports = [
|
||||
{
|
||||
name : 'Quote',
|
||||
icon : 'fas fa-quote-right',
|
||||
gen : function(){
|
||||
return dedent`
|
||||
{{quote
|
||||
Stepping into the portal was like settling into a warm bath,
|
||||
though the chill didn't jade from the air. At first everything
|
||||
muted the roar of the river around the rocks below, the
|
||||
chirping of frogs and crickets on shore, the evening bustle of
|
||||
the town behind him . . . . A moment later, the world erupted
|
||||
into vibrant life. Frogs and night birds sang a chorus; the air
|
||||
was awash with autumn scents; the moonlight painted the
|
||||
flo wers in iridescent blue, silver, and violet; and the rushing
|
||||
of the river became a complex symphony.
|
||||
|
||||
- James Wyatt, _Oath of Vigilance_
|
||||
}}
|
||||
\n`;
|
||||
},
|
||||
gen : QuoteGen,
|
||||
},
|
||||
{
|
||||
name : 'Note',
|
||||
|
||||
Reference in New Issue
Block a user