diff options
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.toml b/config.toml index 9d55600..106e5dc 100644 --- a/config.toml +++ b/config.toml @@ -57,3 +57,6 @@ theme = "researcher" [permalinks] blog = "/posts/:filename" projects = "/project/:filename" + +[markup.goldmark.renderer] + unsafe = true |