feat: enable raw html by default (fixes #143)
config.toml @@ -31,3 +31,5 @@ [frontmatter] lastmod = ["lastmod", ":git", "date", "publishDate"] publishDate = ["publishDate", "date"] [markup.goldmark.renderer] unsafe = true