Dominic Reich
10020d8847
adds extra extension but has to disable strikethrough extension (extra includes strikethrough)
27 lines
655 B
TOML
27 lines
655 B
TOML
# -- Markup --
|
|
# These settings are required for the theme to function.
|
|
|
|
# let us put inline html into the markdown files
|
|
[goldmark]
|
|
[goldmark.extensions]
|
|
strikethrough = false
|
|
[goldmark.extensions.extras]
|
|
[goldmark.extensions.extras.delete]
|
|
enable = true
|
|
[goldmark.extensions.extras.subscript]
|
|
enable = true
|
|
[goldmark.renderer]
|
|
unsafe = true
|
|
|
|
# use {.[css-class]} after a paragraph to apply styling
|
|
[goldmark.parser]
|
|
[goldmark.parser.attribute]
|
|
block = true
|
|
|
|
# let the theme styling apply for code blocks
|
|
[highlight]
|
|
noClasses = false
|
|
|
|
[tableOfContents]
|
|
startLevel = 2
|
|
endLevel = 4
|