Skip to content

Commit 144857b

Browse files
committed
Update MkDocs - Use code highlight extensions
1 parent c8c7af8 commit 144857b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

mkdocs.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,12 @@ plugins:
3939

4040
extra_css:
4141
- css/custom-mkdocs.css
42+
43+
markdown_extensions:
44+
- pymdownx.highlight:
45+
anchor_linenums: true
46+
line_spans: __span
47+
pygments_lang_class: true
48+
- pymdownx.inlinehilite
49+
- pymdownx.snippets
50+
- pymdownx.superfences

0 commit comments

Comments
 (0)