Skip to content

Commit 218a4af

Browse files
Update mkdocs.yml
1 parent c9c3d4f commit 218a4af

1 file changed

Lines changed: 19 additions & 5 deletions

File tree

mkdocs.yml

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,33 @@ nav:
4141
- Contributing: contributing.md
4242
- Changelog: changelog.md
4343

44-
4544
markdown_extensions:
4645
- admonition
4746
- toc:
4847
permalink: true
4948
- footnotes
5049
- tables
51-
- pymdownx.superfences
52-
- pymdownx.highlight
53-
- pymdownx.inlinehilite
54-
- pymdownx.snippets
50+
51+
# Better layout control
52+
- attr_list
53+
- md_in_html
54+
55+
# Pymdown extensions (Material-recommended)
5556
- 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
5667

5768

5869
plugins:
5970
- search
71+
72+
73+

0 commit comments

Comments
 (0)