Skip to content

Commit 6a178d0

Browse files
committed
Update MkDocs - Use extensions to highlight code
1 parent 4d4d443 commit 6a178d0

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

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)