14 lines
204 B
TOML
14 lines
204 B
TOML
|
# -- Markup --
|
||
|
# These settings are required for the theme to function.
|
||
|
|
||
|
[goldmark]
|
||
|
[goldmark.renderer]
|
||
|
unsafe = true
|
||
|
|
||
|
[highlight]
|
||
|
noClasses = false
|
||
|
|
||
|
[tableOfContents]
|
||
|
startLevel = 2
|
||
|
endLevel = 4
|