diff options
Diffstat (limited to 'exampleSite/config/_default')
| -rw-r--r-- | exampleSite/config/_default/config.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
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: |
