oe7drt-website/config/_default/markup.toml

22 lines
418 B
TOML
Raw Normal View History

# -- Markup --
# These settings are required for the theme to function.
# let us put inline html into the markdown files
[goldmark]
[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
2023-09-03 09:39:23 +02:00
endLevel = 4