We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9c3d4f commit 218a4afCopy full SHA for 218a4af
1 file changed
mkdocs.yml
@@ -41,19 +41,33 @@ nav:
41
- Contributing: contributing.md
42
- Changelog: changelog.md
43
44
-
45
markdown_extensions:
46
- admonition
47
- toc:
48
permalink: true
49
- footnotes
50
- tables
51
- - pymdownx.superfences
52
- - pymdownx.highlight
53
- - pymdownx.inlinehilite
54
- - pymdownx.snippets
+
+ # Better layout control
+ - attr_list
+ - md_in_html
55
+ # Pymdown extensions (Material-recommended)
56
- pymdownx.details
57
+ - pymdownx.snippets
58
+ - pymdownx.inlinehilite
59
+ - pymdownx.superfences
60
+ - pymdownx.extra
61
62
+ # Code highlighting (more robust with Material)
63
+ - pymdownx.highlight:
64
+ anchor_linenums: true
65
+ line_spans: __span
66
+ pygments_lang_class: true
67
68
69
plugins:
70
- search
71
72
73
0 commit comments