Allow HTML in markdown (to allow <sup> in the first instance)
This commit is contained in:
parent
632e55e73f
commit
047302c94a
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user