diff --git a/config.toml b/config.toml index a2823b29..cd144c89 100644 --- a/config.toml +++ b/config.toml @@ -25,3 +25,6 @@ isPlainText = true [outputs] home = ["html", "jsonfeed", "rss"] section = ["html", "jsonfeed", "rss"] + +[markup.goldmark.renderer] +unsafe= true