diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 62c783d..3980f38 100644 --- a/config.toml +++ b/config.toml @@ -7,3 +7,9 @@ staticDir = ['static'] [author] name = "Gabriel Giovanini" email = "gabriel.giovanini@pm.me" + +[markup] + defaultMarkdownHandler = "goldmark" + [markup.goldmark] + [markup.goldmark.renderer] + unsafe = true |