You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When enabled this will convert any tabs (set of 4 spaces) into four double spaces wrapped in a span. Enabling this will disable tabbing for code blocks.
When enabled the standard Markdown will be supplemented with liturgical elements. See Extending Markdown above for additions
102
111
***setLiturgicalHTML( *bool* )** default: true
103
112
Do we place liturgical markers within HTML tags, or just place them directly into the document.
104
-
***setSuppressAlleluia( *bool* )** default: false
105
-
During the season of Lent the use of the word Alleluia is suppressed. Enabling this option will remove any line where the only text is the word Alleluia.
Do we wrap the term Selah in html for easier styling. The Selah term is optional, and allows you to indicated terms used in other languages.
115
+
***setSmallCapsText( *bool* )**
116
+
Will look for any words of three characters or longer with every character capitolized. These words will then be wrapped in HTML for converting to small caps. This is done in some biblical texts to indicate when the term "יְהֹוָה" (or yhwh) is used to reference God.
During the season of Lent the use of the word Alleluia is suppressed. Enabling this option will remove any line where the only text is the word Alleluia. You may also define the alleluia term to look for in the texts for broader language support.
106
119
***setTitlesEnabled( *bool* )** default: false
107
120
Do we place any titles from the `text.json` document into the output
0 commit comments