cuaac-website/config/_default/markdown.toml
2024-02-29 20:59:00 -05:00

16 lines
234 B
TOML

[goldmark.renderer]
unsafe = true
[tableOfContents]
endLevel = 4
ordered = true
startLevel = 2
[highlight]
noClasses = false
codeFences = true
guessSyntax = true
lineNoStart = 1
lineNos = true
lineNumbersInTable = true
tabWidth = 4