From 047302c94a6070e9a79877b98b02bff1162514b4 Mon Sep 17 00:00:00 2001 From: Mark Bools Date: Sat, 17 Aug 2024 16:33:59 +0100 Subject: [PATCH] Allow HTML in markdown (to allow in the first instance) --- mondarth-com/hugo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mondarth-com/hugo.toml b/mondarth-com/hugo.toml index 71f8ce6..41b5d11 100644 --- a/mondarth-com/hugo.toml +++ b/mondarth-com/hugo.toml @@ -13,6 +13,12 @@ timeZone = "Europe/London" favicon = "ulenar.png" cyoa = ["Player", "Game Master", "Technical"] +[markup] + [markup.goldmark] + [markup.goldmark.renderer] + unsafe = true + + [menus] [[menus.main]] name = 'Home'