Skip to content

Commit d0e747c

Browse files
authored
[docs] code highlighting configuration (#1817)
Co-authored-by: decentral1se <[email protected]>
1 parent 999a6ae commit d0e747c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

mkdocs.yml

+7
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ extra_css:
3636

3737
markdown_extensions:
3838
- admonition
39+
- pymdownx.highlight:
40+
anchor_linenums: true
41+
line_spans: __span
42+
pygments_lang_class: true
43+
- pymdownx.inlinehilite
44+
- pymdownx.snippets
45+
- pymdownx.superfences
3946

4047
nav:
4148
- "Home": "index.md"

0 commit comments

Comments
 (0)