commit 216c45b7f1b740f023ac4b8c099d068f4c28840b
parent 5de35da3ca9c12a7b92b265601cfd5bb9aba1d02
Author: Jack Mordaunt <jackmordaunt.dev@gmail.com>
Date: Wed, 16 Jul 2025 13:02:03 -0300
config: allow unsafe html rendering in markdown
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/hugo.toml b/hugo.toml
@@ -37,6 +37,9 @@ style = "github-dark"
# customSCSS = ["scss/custom.scss"]
# customJS = ["js/custom.js"]
+[markup.goldmark.renderer]
+ unsafe = true
+
[taxonomies]
category = "categories"
series = "series"