mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-12 19:12:18 +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.renderer]
|
||||
unsafe = true
|
||||
[goldmark]
|
||||
[goldmark.renderer]
|
||||
hardWraps = false
|
||||
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
|
||||
# Add toc = true to content front matter to enable
|
||||
[tableOfContents]
|
||||
startLevel = 2
|
||||
endLevel = 3
|
||||
ordered = true
|
||||
endLevel = 5
|
||||
ordered = false
|
||||
startLevel = 3
|
Loading…
Reference in a new issue