feat: allow HTML content

This commit is contained in:
BabbleBones 2024-02-11 17:33:11 -05:00
parent b383771275
commit 86728e495e

View file

@ -19,3 +19,5 @@ disableKinds = ['taxonomy']
BookDateFormat = 'Jan 2, 2006'
BookSearch = true
BookComments = false
[markup.goldmark.renderer]
unsafe = true