mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-02-07 04:13:31 +08:00
19 lines
327 B
TOML
19 lines
327 B
TOML
# Markdown renderer configuration
|
|
[goldmark.renderer]
|
|
# Set it to true if you have HTML content inside Markdown
|
|
unsafe = false
|
|
|
|
[tableOfContents]
|
|
endLevel = 4
|
|
ordered = true
|
|
startLevel = 2
|
|
|
|
[highlight]
|
|
noClasses = false
|
|
codeFences = true
|
|
guessSyntax = true
|
|
lineNoStart = 1
|
|
lineNos = true
|
|
lineNumbersInTable = true
|
|
tabWidth = 4
|