0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-16 10:22:42 +00:00

Fix .tocGlobalH?

Based on OH DEAR GOD THE LAG! discoveries related to the global toggles, these are being moved from a markup tag to a styles tab insert.
This commit is contained in:
David Bolack
2024-10-17 18:30:31 -05:00
parent 01c4e3ec1f
commit 631ef795b7
2 changed files with 22 additions and 37 deletions

View File

@@ -814,18 +814,6 @@ h6,
// These add Headers 'back' to inclusion.
//NOTE: DO NOT USE :HAS WITH .PAGES!!! EXTREMELY SLOW TO RENDER ON LARGE DOCS!
//WILL BE MOVED TO A STYLE TAB SNIPPET INSTEAD
// .pages:has(.tocGlobalH4) {
// h4 {--TOC: include; }
// }
// .pages:has(.tocGlobalH5) {
// h4, h5 {--TOC: include; }
// }
// .pages:has(.tocGlobalH6) {
// h4, h5, h6 {--TOC: include; }
// }
// Block level inclusion changes
// These include either a single (include) or a range (depth)