diff options
author | Nicholas Johnson <nick@nicksphere.ch> | 2022-08-07 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <nick@nicksphere.ch> | 2022-08-07 00:00:00 +0000 |
commit | 4fc1b9cda3d430de593614e739e0116fcf5fc7005588d83cad8003a1f40fd076 (patch) | |
tree | 02777d92962dad5e464e918d99162ae89845bf901e6a088a76463823de0f2457 /config.toml | |
parent | 4639dcbc76351dce19423aecaf675c1474c27852e59997eb9088203eee6a1b2c (diff) | |
download | journal-4fc1b9cda3d430de593614e739e0116fcf5fc7005588d83cad8003a1f40fd076.tar.gz journal-4fc1b9cda3d430de593614e739e0116fcf5fc7005588d83cad8003a1f40fd076.zip |
Allow curly quotes
Diffstat (limited to 'config.toml')
-rw-r--r-- | config.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.toml b/config.toml index 8f7d8d7..90ba725 100644 --- a/config.toml +++ b/config.toml @@ -65,7 +65,6 @@ rssLimit = 20 hardWraps = true [markup.goldmark.extensions] linkify = false - typographer = false [outputs] home = ["HTML", "Gemini", "Atom", "Gemini_Atom"] |