mirror of
https://github.com/adityatelange/hugo-PaperMod.git
synced 2023-12-21 10:22:58 +01:00
Suggest enabling pygmentsUseClasses: true & markup.highlight.noClasses: false
parent
57f9c4888f
commit
ee20b25e6f
@ -239,14 +239,15 @@ menu:
|
|||||||
url: https://example.org
|
url: https://example.org
|
||||||
weight: 30
|
weight: 30
|
||||||
# Read: https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#using-hugos-syntax-highlighter-chroma
|
# Read: https://github.com/adityatelange/hugo-PaperMod/wiki/FAQs#using-hugos-syntax-highlighter-chroma
|
||||||
# pygmentsUseClasses: true
|
pygmentsUseClasses: true
|
||||||
# markup:
|
markup:
|
||||||
# highlight:
|
highlight:
|
||||||
# # anchorLineNos: true
|
noClasses: false
|
||||||
# codeFences: true
|
# anchorLineNos: true
|
||||||
# guessSyntax: true
|
# codeFences: true
|
||||||
# lineNos: true
|
# guessSyntax: true
|
||||||
# style: monokai
|
# lineNos: true
|
||||||
|
# style: monokai
|
||||||
```
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
Loading…
Reference in New Issue
Block a user