From 0169a428cd201ad8c0924b8eeee9926c574d1a0f Mon Sep 17 00:00:00 2001
From: Jan Hohenheim <jan@hohenheim.ch>
Date: Wed, 10 Apr 2024 19:11:25 +0200
Subject: [PATCH] Enable smart punctuation

---
 config.toml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config.toml b/config.toml
index 3096bb917..4ff6a4271 100644
--- a/config.toml
+++ b/config.toml
@@ -8,6 +8,7 @@ feed_filename = "rss.xml"
 
 [markdown]
 highlight_code = true
+smart_punctuation = true
 
 [extra]
 date_format = "%F"