Readme update on Pygments
This commit is contained in:
parent
14dc31b0fe
commit
b17deec674
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ pygmentsStyle = "trac"
|
|||
pygmentsUseClassic = true
|
||||
```
|
||||
|
||||
Pygments is mostly compatable with the newer Chroma. It is slower but has some additional theme options. I recommend Chroma over Pygments.
|
||||
Pygments is mostly compatable with the newer Chroma. It is slower but has some additional theme options. I recommend Chroma over Pygments. Pygments will use `syntax.css` for highlighting, unless you also set the config `pygmentsUseClasses = false` which will generate the style code directly in the HTML file.
|
||||
|
||||
#### Highlight.js - Client side syntax highlighting
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue