Fix mdBook rendering issues with nested sections
This commit is contained in:
@@ -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]
|
||||
Reference in New Issue
Block a user