Dominic Reich
846a2f341a
#v+ A test paragraph {.custom-style-class} #v- Which should result in something like: #v+ <p class="custom-style-class">A test paragraph</p> #v-
17 lines
266 B
TOML
17 lines
266 B
TOML
# -- Markup --
|
|
# These settings are required for the theme to function.
|
|
|
|
[goldmark]
|
|
[goldmark.renderer]
|
|
unsafe = true
|
|
|
|
[goldmark.parser]
|
|
[goldmark.parser.attribute]
|
|
block = true
|
|
|
|
[highlight]
|
|
noClasses = false
|
|
|
|
[tableOfContents]
|
|
startLevel = 2
|
|
endLevel = 2
|