Add direct html for the new goldmark renderer

This commit is contained in:
Gregory Trolliet 2020-04-03 16:21:04 +02:00
parent f78f0fc31e
commit aea62d5fca

View file

@ -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"