Add Hugo 6.0's GoldMark for HTML rendering (#29)

Add Hugo 6.0's GoldMark for HTML rendering
This commit is contained in:
Dillon
2020-01-29 14:15:47 +08:00
committed by GitHub

View File

@@ -21,6 +21,11 @@ pygmentsCodefencesGuessSyntax = true
staticDir = ["static", "../assets/others"] # static directories
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[author] #### Author Info
name = "XXXX"