diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 64c052a..4609e09 100644 --- a/config.toml +++ b/config.toml @@ -42,3 +42,7 @@ name = "Wiki" url = "https://wiki.marks.kitchen/public" weight = 6 +[markup] +[markup.goldmark] +[markup.goldmark.renderer] +unsafe = true |