diff options
| author | Serghei Iakovlev <egrep@protonmail.ch> | 2022-07-13 09:20:00 +0200 |
|---|---|---|
| committer | Serghei Iakovlev <egrep@protonmail.ch> | 2022-07-13 09:20:00 +0200 |
| commit | 55c8277572b69bef53e3c8c5ed5245fbb4b54b20 (patch) | |
| tree | 65a82c04e5394627ff9d0d4ae31abaa9e9d53eb0 /exampleSite/config/_default | |
| parent | 979953a329f6c62dfcac20764be231c06c860294 (diff) | |
| download | gohugo-theme-ed-55c8277572b69bef53e3c8c5ed5245fbb4b54b20.tar.gz | |
Fix highlight configuration
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: |
