Fix mdBook rendering issues with nested sections

This commit is contained in:
Hugh Ratsch
2025-03-02 11:28:31 -06:00
parent e4ba16bfc7
commit be1c0d3dc9
9 changed files with 246 additions and 101 deletions
+14 -1
View File
@@ -9,4 +9,17 @@ title = "IT Learning Notes"
default-theme = "light"
preferred-dark-theme = "navy"
git-repository-url = "http://192.168.2.2:3003/hugh/it-knowledge.git"
port = 3001
port = 3001
mathjax-support = true
no-section-label = true
fold = { enable = true, level = 1 }
additional-css = ["custom.css"]
additional-js = ["custom.js"]
[build]
build-dir = "book"
create-missing = false
use-default-preprocessors = true
[preprocessor]
[preprocessor.index]