diff --git a/config.toml b/config.toml index 9f1ad62..4a46624 100644 --- a/config.toml +++ b/config.toml @@ -30,4 +30,5 @@ theme = "zettels" # Allows rendering the html inside markdown [markup.goldmark.renderer] unsafe= true - +[markup.goldmark.extensions] + typographer = false