30 lines
448 B
YAML
30 lines
448 B
YAML
|
goldmark:
|
||
|
renderer:
|
||
|
unsafe: true
|
||
|
extensions:
|
||
|
passthrough:
|
||
|
enable: true
|
||
|
delimiters:
|
||
|
block:
|
||
|
- - \[
|
||
|
- \]
|
||
|
- - $$
|
||
|
- $$
|
||
|
|
||
|
inline:
|
||
|
- - \(
|
||
|
- \)
|
||
|
|
||
|
tableOfContents:
|
||
|
endLevel: 4
|
||
|
ordered: true
|
||
|
startLevel: 2
|
||
|
|
||
|
highlight:
|
||
|
noClasses: false
|
||
|
codeFences: true
|
||
|
guessSyntax: true
|
||
|
lineNoStart: 1
|
||
|
lineNos: true
|
||
|
lineNumbersInTable: true
|
||
|
tabWidth: 4
|