From 0738f92d35de7d024da3aea69165d7fa74e6140e Mon Sep 17 00:00:00 2001 From: Programazing Date: Tue, 31 Dec 2019 21:36:14 -0500 Subject: [PATCH] Add Hugo 6.0's GoldMark for HTML rendering --- exampleSite/config.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 8c9f68e..094ece2 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -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"