Files
hugo-theme-stack/exampleSite/config/_default/markup.toml
T

19 lines
327 B
TOML
Raw Normal View History

2022-10-29 17:02:24 +02:00
# 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