diff --git a/hugo.toml b/hugo.toml index 88462f1..bd6ec24 100644 --- a/hugo.toml +++ b/hugo.toml @@ -19,3 +19,5 @@ disableKinds = ['taxonomy'] BookDateFormat = 'Jan 2, 2006' BookSearch = true BookComments = false +[markup.goldmark.renderer] + unsafe = true