feat: Replace codehilite with hightlight from material theme

This commit is contained in:
Glenn Y. Rolland 2022-06-20 12:10:43 +02:00
parent e16b6403d6
commit 51655a2018

View file

@ -50,8 +50,13 @@ markdown_extensions:
- admonition
- toc:
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
- mdx_truly_sane_lists