Allow HTML in markdown (to allow <sup> in the first instance)

This commit is contained in:
Mark Bools 2024-08-17 16:33:59 +01:00
parent 632e55e73f
commit 047302c94a

View File

@ -13,6 +13,12 @@ timeZone = "Europe/London"
favicon = "ulenar.png" favicon = "ulenar.png"
cyoa = ["Player", "Game Master", "Technical"] cyoa = ["Player", "Game Master", "Technical"]
[markup]
[markup.goldmark]
[markup.goldmark.renderer]
unsafe = true
[menus] [menus]
[[menus.main]] [[menus.main]]
name = 'Home' name = 'Home'