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]
|
||||
unsafe = true
|
||||
|
||||
[goldmark.parser]
|
||||
[goldmark.parser.attribute]
|
||||
block = true
|
||||
|
||||
[highlight]
|
||||
noClasses = false
|
||||
|
||||
|
|
Loading…
Reference in a new issue