diff --git a/config.toml b/config.toml index f0e0a6e..3dc7d56 100644 --- a/config.toml +++ b/config.toml @@ -89,3 +89,6 @@ home = [ "HTML", "RSS" ] [outputFormats.RSS] mediatype = "application/rss+xml" baseName = "feed/atom" + +[markup.goldmark.renderer] +unsafe= true