From 6c3befacb9f1ee201c47bbe762552ae6bb403c61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20Mass=C3=A9?= Date: Thu, 12 Sep 2019 10:42:43 +0200 Subject: [PATCH] use chroma also for the three backticks code blocks --- config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.toml b/config.toml index 2def510..3cf2b49 100644 --- a/config.toml +++ b/config.toml @@ -4,6 +4,7 @@ title = "Nicolas Massé" author = "Nicolas Massé" theme = "cocoa" pygmentsUseClasses = true +pygmentsCodefences = true [taxonomies] opensource = "opensource"