diff --git a/config.toml b/config.toml index 1a52327..94c524d 100644 --- a/config.toml +++ b/config.toml @@ -37,3 +37,8 @@ isPlainText = true [outputs] home = ["HTML", "Atom"] + +[markup.goldmark] +[markup.goldmark.renderer] +unsafe = true +xhtml = true