feat: enable raw html by default (fixes #143)

This commit is contained in:
Jacky Zhao 2022-06-29 16:16:06 -07:00
parent f2078ee621
commit 200c605142
1 changed files with 2 additions and 0 deletions

View File

@ -31,3 +31,5 @@ enableGitInfo = true
[frontmatter]
lastmod = ["lastmod", ":git", "date", "publishDate"]
publishDate = ["publishDate", "date"]
[markup.goldmark.renderer]
unsafe = true