From d7fa286b92fdcf9a07b4a963801b7082ccadc9bc Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Sat, 20 Jul 2024 23:44:03 +0200
Subject: [PATCH] Enable syntax highlighting for content

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

diff --git a/config.toml b/config.toml
index 86e32f59..a634a5da 100644
--- a/config.toml
+++ b/config.toml
@@ -26,7 +26,7 @@ taxonomies = [
 ]
 
 [markdown]
-highlight_code = false
+highlight_code = true
 
 external_links_target_blank = true
 external_links_no_referrer = true
-- 
GitLab