mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-10 01:52:19 +00:00
11 lines
219 B
TOML
11 lines
219 B
TOML
|
# For hugo >= 0.60.0, enable inline HTML
|
||
|
[goldmark.renderer]
|
||
|
unsafe = true
|
||
|
|
||
|
|
||
|
# Table of contents
|
||
|
# Add toc = true to content front matter to enable
|
||
|
[tableOfContents]
|
||
|
startLevel = 2
|
||
|
endLevel = 3
|
||
|
ordered = true
|