Skip to content

Commit 289b8b0

Browse files
committed
Update mkdocs.yml: Add ext for code highlight
1 parent 8fb504a commit 289b8b0

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.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)