diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 8c9f68ef..094ece25 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"