You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
418 B

# -- 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
endLevel = 4