We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d35f00 commit 2ee4a3bCopy full SHA for 2ee4a3b
mkdocs.yml
@@ -14,3 +14,15 @@ nav:
14
- Explore extensions available for installation: 'Tasks/explore-available-packages.md'
15
- Installing an extension: 'Tasks/installing-an-extension.md'
16
- Deleting an extension: 'Tasks/uninstall-an-extension.md'
17
+
18
+markdown_extensions:
19
+ - pymdownx.highlight:
20
+ anchor_linenums: true
21
+ line_spans: __span
22
+ pygments_lang_class: true
23
+ - pymdownx.inlinehilite
24
+ - pymdownx.snippets
25
+ - pymdownx.superfences
26
+ - def_list
27
+ - pymdownx.tasklist:
28
+ custom_checkbox: true
0 commit comments