Documentation

This commit is contained in:
squidfunk 2021-12-10 13:31:08 +01:00
parent c1b464d005
commit 460c54e12c

View File

@ -19,10 +19,11 @@ following lines to `mkdocs.yml`:
``` yaml ``` yaml
markdown_extensions: markdown_extensions:
- pymdownx.highlight - pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite - pymdownx.inlinehilite
- pymdownx.superfences
- pymdownx.snippets - pymdownx.snippets
- pymdownx.superfences
``` ```
The following sections discuss how to use different syntax highlighting features The following sections discuss how to use different syntax highlighting features