mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
Fixed documentation for highlighting with pygments
This commit is contained in:
parent
6d96760af5
commit
801b3dc9cd
@ -34,8 +34,8 @@ configuring syntax highlighting of code blocks:
|
|||||||
|
|
||||||
``` yaml
|
``` yaml
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- pymdownx.highlight:
|
- pymdownx.highlight
|
||||||
use_pygments: true
|
- pymdownx.superfences
|
||||||
```
|
```
|
||||||
|
|
||||||
=== "JavaScript"
|
=== "JavaScript"
|
||||||
|
Loading…
Reference in New Issue
Block a user