Fixed documentation for highlighting with pygments

This commit is contained in:
squidfunk
2020-09-12 17:43:17 +02:00
parent 6d96760af5
commit 801b3dc9cd

View File

@@ -34,8 +34,8 @@ configuring syntax highlighting of code blocks:
``` yaml
markdown_extensions:
- pymdownx.highlight:
use_pygments: true
- pymdownx.highlight
- pymdownx.superfences
```
=== "JavaScript"