oe7drt-website/config/_default/markup.toml
Dominic Reich 846a2f341a
update config/_default/markup.toml to allow style-sheeting paragraphs like:
#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-
2023-07-30 11:12:46 +02:00

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