adds some comments to config markup.toml

main
Dominic Reich 6 months ago
parent 5f5cfd2002
commit 0790a5bea8
Signed by: dominic
GPG Key ID: BC9D6AE1A3BE169A

@ -1,14 +1,17 @@
# -- 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

Loading…
Cancel
Save