From ee7c81cd2d492e6811bc26d6f2bffe34559681e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Romanowski?= Date: Wed, 11 May 2022 09:08:13 +0200 Subject: [PATCH] Fix code highlighting config --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index ae8353c..28cc0e2 100644 --- a/config.toml +++ b/config.toml @@ -11,6 +11,7 @@ taxonomies = [ ] # Code highlighting +[markdown] highlight_code = true highlight_theme = "boron"