Added code highlit
This commit is contained in:
parent
874550a77d
commit
481fee27bf
10
mkdocs.yml
10
mkdocs.yml
@ -10,6 +10,7 @@ theme:
|
|||||||
- navigation.sections # Enable collapsible sections within the sidebar
|
- navigation.sections # Enable collapsible sections within the sidebar
|
||||||
- navigation.expand
|
- navigation.expand
|
||||||
- navigation.top
|
- navigation.top
|
||||||
|
- content.code.annotate
|
||||||
palette:
|
palette:
|
||||||
- media: "(prefers-color-scheme: light)"
|
- media: "(prefers-color-scheme: light)"
|
||||||
scheme: default
|
scheme: default
|
||||||
@ -26,8 +27,13 @@ theme:
|
|||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- attr_list
|
- attr_list
|
||||||
- md_in_html
|
- md_in_html
|
||||||
- pymdownx.blocks.caption
|
- pymdownx.highlight:
|
||||||
- pymdownx.superfences # Often needed with Material for code highlighting
|
anchor_linenums: true
|
||||||
|
line_spans: __span
|
||||||
|
pygments_lang_class: true
|
||||||
|
- pymdownx.inlinehilite
|
||||||
|
- pymdownx.snippets
|
||||||
|
- pymdownx.superfences
|
||||||
plugins:
|
plugins:
|
||||||
- glightbox
|
- glightbox
|
||||||
- search
|
- search
|
||||||
|
Loading…
x
Reference in New Issue
Block a user