diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 458b7b4afd..d686479647 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -24,6 +24,9 @@ relativeURLs = true [outputs] home = ["HTML", "RSS", "JSON"] +[markup.goldmark.renderer] + unsafe= true + [module] [module.hugoVersion] min = "0.25"