Add direct html for the new goldmark renderer
This commit is contained in:
parent
f78f0fc31e
commit
aea62d5fca
1 changed files with 6 additions and 0 deletions
|
@ -16,6 +16,12 @@ pygmentscodefencesguesssyntax = true
|
||||||
footnoteReturnLinkContents = "↩"
|
footnoteReturnLinkContents = "↩"
|
||||||
disqusShortname = "yourdiscussshortname"
|
disqusShortname = "yourdiscussshortname"
|
||||||
|
|
||||||
|
[markup]
|
||||||
|
# defaultMarkdownHandler = "blackfriday"
|
||||||
|
[markup.goldmark]
|
||||||
|
[markup.goldmark.renderer]
|
||||||
|
unsafe = true
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
||||||
author = "Gregory Trolliet"
|
author = "Gregory Trolliet"
|
||||||
|
|
Loading…
Reference in a new issue