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-
This commit is contained in:
parent
90b12d7203
commit
846a2f341a
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@
|
||||||
[goldmark.renderer]
|
[goldmark.renderer]
|
||||||
unsafe = true
|
unsafe = true
|
||||||
|
|
||||||
|
[goldmark.parser]
|
||||||
|
[goldmark.parser.attribute]
|
||||||
|
block = true
|
||||||
|
|
||||||
[highlight]
|
[highlight]
|
||||||
noClasses = false
|
noClasses = false
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue