feat: Replace codehilite with hightlight from material theme
This commit is contained in:
parent
e16b6403d6
commit
51655a2018
1 changed files with 7 additions and 2 deletions
|
@ -50,8 +50,13 @@ markdown_extensions:
|
||||||
- admonition
|
- admonition
|
||||||
- toc:
|
- toc:
|
||||||
permalink: '#'
|
permalink: '#'
|
||||||
- codehilite:
|
|
||||||
guess_lang: false
|
# https://squidfunk.github.io/mkdocs-material/reference/code-blocks/
|
||||||
|
- pymdownx.highlight:
|
||||||
|
anchor_linenums: false
|
||||||
|
- pymdownx.inlinehilite
|
||||||
|
# - codehilite:
|
||||||
|
# guess_lang: false
|
||||||
|
|
||||||
# pip install mdx_truly_sane_lists
|
# pip install mdx_truly_sane_lists
|
||||||
- mdx_truly_sane_lists
|
- mdx_truly_sane_lists
|
||||||
|
|
Loading…
Reference in a new issue