diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.toml b/config.toml index bf38398..48c278a 100644 --- a/config.toml +++ b/config.toml @@ -10,6 +10,8 @@ staticDir = ['static'] [markup] defaultMarkdownHandler = "goldmark" + [markup.highlight] + style='abap' [markup.goldmark] [markup.goldmark.renderer] unsafe = true |