feat: set renderer.unsafe to true to allow HTML in Markdown
This commit is contained in:
parent
b3dc57b064
commit
0abbc06a83
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# Markdown renderer configuration
|
||||
[goldmark.renderer]
|
||||
unsafe = false
|
||||
unsafe = true
|
||||
|
||||
[tableOfContents]
|
||||
endLevel = 4
|
||||
|
|
Loading…
Reference in a new issue