17 lines
257 B
TOML
17 lines
257 B
TOML
[goldmark.renderer]
|
|
unsafe= true
|
|
|
|
[highlight]
|
|
anchorLineNos = false
|
|
codeFences = false
|
|
guessSyntax = false
|
|
hl_Lines = ""
|
|
lineAnchors = ""
|
|
lineNoStart = 1
|
|
lineNos = false
|
|
lineNumbersInTable = true
|
|
noHl = false
|
|
noClasses = true
|
|
style = "monokai"
|
|
tabWidth = 4
|