mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-10 01:52:19 +00:00
26 lines
No EOL
496 B
TOML
26 lines
No EOL
496 B
TOML
[goldmark]
|
|
[goldmark.renderer]
|
|
hardWraps = false
|
|
unsafe = true
|
|
xhtml = false
|
|
[goldmark.extensions]
|
|
typographer = false
|
|
|
|
[highlight]
|
|
anchorLineNos = true
|
|
codeFences = true
|
|
guessSyntax = true
|
|
hl_Lines = ''
|
|
lineNos = false
|
|
lineNoStart = 1
|
|
lineNumbersInTable = false
|
|
noClasses = false
|
|
tabwidth = 2
|
|
style = 'monokai'
|
|
|
|
# Table of contents
|
|
# Add toc = true to content front matter to enable
|
|
[tableOfContents]
|
|
endLevel = 5
|
|
ordered = false
|
|
startLevel = 3 |