mirror of
https://github.com/CaiJimmy/hugo-theme-stack.git
synced 2025-02-06 20:03:31 +08:00
16 lines
271 B
YAML
16 lines
271 B
YAML
|
goldmark:
|
||
|
renderer:
|
||
|
unsafe: false # Allow HTML in markdown
|
||
|
tableOfContents:
|
||
|
endLevel: 4
|
||
|
ordered: true
|
||
|
startLevel: 2
|
||
|
highlight:
|
||
|
noClasses: false
|
||
|
codeFences: true
|
||
|
guessSyntax: true
|
||
|
lineNoStart: 1
|
||
|
lineNos: true
|
||
|
lineNumbersInTable: true
|
||
|
tabWidth: 4
|