forked from Sync/hugo-theme-stack
28 lines
472 B
YAML
28 lines
472 B
YAML
goldmark:
|
|
extensions:
|
|
passthrough:
|
|
enable: true
|
|
delimiters:
|
|
block:
|
|
- - \[
|
|
- \]
|
|
- - $$
|
|
- $$
|
|
inline:
|
|
- - \(
|
|
- \)
|
|
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
|