From a9e7e8f68b5d779dda646f25cf9897188bbd8eb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Fri, 16 Jul 2021 23:15:04 +0200 Subject: [PATCH] expand: add unsafe html to config to allow nested shortcodes --- exampleSite/config.toml | 3 +++ 1 file changed, 3 insertions(+) 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"