Enable `goldmark` to allow the raw html.

This commit is contained in:
Kazuhiro MUSASHI 2020-05-01 16:55:35 +09:00 committed by Gitea
parent ac9ed0dc2e
commit c6802e5879
2 changed files with 8 additions and 2 deletions

View File

@ -13,8 +13,11 @@ theme = "angels-ladder"
copyright = "Written by Kazuhiro MUSASHI"
[markup]
[markup.highlight]
codeFences = true
guessSyntax = true
style = "monokai"
[markup.goldmark]
[markup.goldmark.renderer]
unsafe= true

View File

@ -13,8 +13,11 @@ theme = "angels-ladder"
copyright = "Written by Kazuhiro MUSASHI"
[markup]
[markup.highlight]
codeFences = true
guessSyntax = true
style = "monokai"
[markup.goldmark]
[markup.goldmark.renderer]
unsafe= true