0
0
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:
David Bolack
2024-09-10 11:11:12 -05:00
4 changed files with 52 additions and 4 deletions

View File

@@ -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`
},
]