feat: enable raw html by default (fixes #143)
This commit is contained in:
parent
f2078ee621
commit
200c605142
@ -31,3 +31,5 @@ enableGitInfo = true
|
|||||||
[frontmatter]
|
[frontmatter]
|
||||||
lastmod = ["lastmod", ":git", "date", "publishDate"]
|
lastmod = ["lastmod", ":git", "date", "publishDate"]
|
||||||
publishDate = ["publishDate", "date"]
|
publishDate = ["publishDate", "date"]
|
||||||
|
[markup.goldmark.renderer]
|
||||||
|
unsafe = true
|
||||||
|
Loading…
Reference in New Issue
Block a user