From 86728e495efb78a706bff0208a0dedd01a80531f Mon Sep 17 00:00:00 2001 From: BabbleBones Date: Sun, 11 Feb 2024 17:33:11 -0500 Subject: [PATCH] feat: allow HTML content --- hugo.toml | 2 ++ 1 file changed, 2 insertions(+) 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