Fix syntax highlighting
This commit is contained in:
parent
0613147b0a
commit
27b661c90b
1 changed files with 3 additions and 1 deletions
|
@ -22,9 +22,11 @@ enableEmoji: true
|
||||||
stepAnalysis: true
|
stepAnalysis: true
|
||||||
enableGitInfo: true
|
enableGitInfo: true
|
||||||
|
|
||||||
|
pluralizeListTitles: false
|
||||||
|
|
||||||
pygmentsCodefencesGuessSyntax: true
|
pygmentsCodefencesGuessSyntax: true
|
||||||
pygmentsCodefences: true
|
pygmentsCodefences: true
|
||||||
pygmentsUseClasses: true
|
pygmentsStyle: monokai
|
||||||
|
|
||||||
blackfriday:
|
blackfriday:
|
||||||
smartypants: false
|
smartypants: false
|
||||||
|
|
Reference in a new issue