diff options
Diffstat (limited to 'exampleSite/config/_default')
| -rw-r--r-- | exampleSite/config/_default/config.yaml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/exampleSite/config/_default/config.yaml b/exampleSite/config/_default/config.yaml index b610ee8..3b97ad2 100644 --- a/exampleSite/config/_default/config.yaml +++ b/exampleSite/config/_default/config.yaml @@ -139,10 +139,8 @@ author: # For more see https://gohugo.io/getting-started/configuration-markup/ markup: defaultMarkdownHandler: goldmark - highlight: - # Syntax highlight style. - # For more see https://xyproto.github.io/splash/docs/ - style: emacs + # false due to generated Syntax Highlighter CSS + noClasses: false goldmark: parser: attribute: |
