diff --git a/Installation.md b/Installation.md index 9407e8c..68862fd 100644 --- a/Installation.md +++ b/Installation.md @@ -239,14 +239,15 @@ menu: url: https://example.org weight: 30 # Read: https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#using-hugos-syntax-highlighter-chroma -# pygmentsUseClasses: true -# markup: -# highlight: -# # anchorLineNos: true -# codeFences: true -# guessSyntax: true -# lineNos: true -# style: monokai +pygmentsUseClasses: true +markup: + highlight: + noClasses: false + # anchorLineNos: true + # codeFences: true + # guessSyntax: true + # lineNos: true + # style: monokai ``` ---