mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-14 10:09:31 -07:00
13 lines
241 B
TOML
13 lines
241 B
TOML
[goldmark]
|
|
[goldmark.extensions]
|
|
definitionList = true
|
|
footnote = true
|
|
linkify = true
|
|
strikethrough = true
|
|
table = true
|
|
taskList = true
|
|
typographer = true
|
|
[goldmark.renderer]
|
|
# whether to use HTML tags directly in the document
|
|
unsafe = true
|