Change the markdown rederer back to Blackfriday

This commit is contained in:
Kazuhiro MUSASHI 2020-02-23 11:48:38 +08:00
parent 1a9e922631
commit df74c63759

View File

@ -12,5 +12,5 @@ theme = "angels-ladder"
analytics = "UA-57665492-1"
copyright = "Written by Kazuhiro MUSASHI"
[markup.goldmark.renderer]
unsafe = true
[markup]
defaultMarkdownHandler = "blackfriday"