mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +00:00
markup/highlight tweaks
This commit is contained in:
parent
1cb1ef0ebd
commit
5afe7a49c7
1 changed files with 21 additions and 6 deletions
|
@ -1,11 +1,26 @@
|
||||||
# For hugo >= 0.60.0, enable inline HTML
|
[goldmark]
|
||||||
[goldmark.renderer]
|
[goldmark.renderer]
|
||||||
|
hardWraps = false
|
||||||
unsafe = true
|
unsafe = true
|
||||||
|
xhtml = false
|
||||||
|
[goldmark.extensions]
|
||||||
|
typographer = false
|
||||||
|
|
||||||
|
[highlight]
|
||||||
|
anchorLineNos = true
|
||||||
|
codeFences = true
|
||||||
|
guessSyntax = true
|
||||||
|
hl_Lines = ''
|
||||||
|
lineAnchors = ''
|
||||||
|
lineNos = true
|
||||||
|
lineNoStart = 1
|
||||||
|
lineNumbersInTable = false
|
||||||
|
noClasses = true
|
||||||
|
tabwidth = 2
|
||||||
|
|
||||||
# Table of contents
|
# Table of contents
|
||||||
# Add toc = true to content front matter to enable
|
# Add toc = true to content front matter to enable
|
||||||
[tableOfContents]
|
[tableOfContents]
|
||||||
startLevel = 2
|
endLevel = 5
|
||||||
endLevel = 3
|
ordered = false
|
||||||
ordered = true
|
startLevel = 3
|
Loading…
Reference in a new issue