mirror of
https://github.com/gethinode/hinode.git
synced 2025-10-12 04:23:14 +00:00
33 lines
829 B
TOML
33 lines
829 B
TOML
defaultMarkdownHandler = "goldmark"
|
|
|
|
[highlight]
|
|
anchorLineNos = false
|
|
codeFences = true
|
|
guessSyntax = true
|
|
hl_Lines = ""
|
|
lineAnchors = ""
|
|
lineNoStart = 1
|
|
lineNos = true
|
|
lineNumbersInTable = false
|
|
noClasses = false
|
|
# style = "monokai" # This parameter affects nothing, see https://github.com/razonyang/hugo-theme-bootstrap#syntax-highlighting.
|
|
tabWidth = 2
|
|
|
|
[goldmark]
|
|
[goldmark.extensions]
|
|
definitionList = true
|
|
footnote = true
|
|
linkify = true
|
|
strikethrough = true
|
|
table = true
|
|
taskList = true
|
|
typographer = true
|
|
[goldmark.parser]
|
|
autoHeadingID = true
|
|
autoHeadingIDType = 'github'
|
|
[goldmark.parser.attribute]
|
|
block = true
|
|
[goldmark.renderer]
|
|
hardWraps = false
|
|
unsafe = true
|
|
xhtml = false |