From 55c8277572b69bef53e3c8c5ed5245fbb4b54b20 Mon Sep 17 00:00:00 2001 From: Serghei Iakovlev Date: Wed, 13 Jul 2022 09:20:00 +0200 Subject: Fix highlight configuration --- exampleSite/config/_default/config.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'exampleSite/config/_default') diff --git a/exampleSite/config/_default/config.yaml b/exampleSite/config/_default/config.yaml index 3b97ad2..68bbc18 100644 --- a/exampleSite/config/_default/config.yaml +++ b/exampleSite/config/_default/config.yaml @@ -139,8 +139,9 @@ author: # For more see https://gohugo.io/getting-started/configuration-markup/ markup: defaultMarkdownHandler: goldmark - # false due to generated Syntax Highlighter CSS - noClasses: false + highlight: + # false due to generated Syntax Highlighter CSS + noClasses: false goldmark: parser: attribute: -- cgit v1.2.3