From a80588de310e6a46d8e15cf1de72cd647baa15f1 Mon Sep 17 00:00:00 2001 From: Sasserisop Date: Sun, 8 Oct 2023 12:34:39 -0600 Subject: [PATCH] fix apostrophes --- config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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