From 99c942e09e651c571de49074a0e6b86c286bd842 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Mon, 18 Jul 2022 21:47:20 +0300 Subject: [PATCH] Enable source highlighting in AsciiDoc --- config.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.toml b/config.toml index 74ef3c8..a23efb8 100644 --- a/config.toml +++ b/config.toml @@ -18,6 +18,9 @@ weight = 2 [markup] +[markup.asciidocExt.attributes] +source-highlighter = "rouge" + [markup.tableOfContents] startLevel = 2 endLevel = 6