mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-07 16:22:42 +00:00
Merge branch 'GlobalToCToggles' of github.com:dbolack-ab/homebrewery into GlobalToCToggles
This commit is contained in:
@@ -108,7 +108,7 @@ module.exports = [
|
||||
icon : 'fas fa-dice-four',
|
||||
gen : dedent`/* Add ToC include for H3 and H4 level Headers */
|
||||
.page h3, .page h4 {
|
||||
--TOC: include;
|
||||
--TOC: include;
|
||||
}\n\n`
|
||||
},
|
||||
{
|
||||
@@ -116,7 +116,7 @@ module.exports = [
|
||||
icon : 'fas fa-dice-five',
|
||||
gen : dedent`/* Add ToC include for H3, H4, and H5 level Headers */
|
||||
.page h3, .page h4, .page h5 {
|
||||
--TOC: include;
|
||||
--TOC: include;
|
||||
}\n\n`
|
||||
},
|
||||
{
|
||||
@@ -124,7 +124,7 @@ module.exports = [
|
||||
icon : 'fas fa-dice-six',
|
||||
gen : dedent`/* Add ToC include for H3, H4, H5, and H6 level Headers */
|
||||
.page h3, .page h4, .page h5, .page h6 {
|
||||
--TOC: include;
|
||||
--TOC: include;
|
||||
}\n\n`
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user