diff --git a/web/news/config.toml b/web/news/config.toml index a788526637..652b7e4b6f 100644 --- a/web/news/config.toml +++ b/web/news/config.toml @@ -44,3 +44,8 @@ themesDir = "../hugothemes/themes" [security] [security.exec] allow = ['asciidoctor'] + +[markup] + [markup.goldmark] + [markup.goldmark.renderer] + unsafe = true