config: enable codehilite
This commit is contained in:
parent
adaa7c0f25
commit
3deea69d24
1 changed files with 4 additions and 2 deletions
|
@ -55,8 +55,8 @@ markdown_extensions:
|
|||
- pymdownx.highlight:
|
||||
anchor_linenums: false
|
||||
- pymdownx.inlinehilite
|
||||
# - codehilite:
|
||||
# guess_lang: false
|
||||
- codehilite:
|
||||
guess_lang: true
|
||||
|
||||
# pip install mdx_truly_sane_lists
|
||||
- mdx_truly_sane_lists
|
||||
|
@ -67,6 +67,8 @@ markdown_extensions:
|
|||
#
|
||||
# pip install pymdown-extensions
|
||||
- pymdownx.superfences:
|
||||
# - pymdownx.arithmatex:
|
||||
# generic: true
|
||||
|
||||
# plugins: []
|
||||
plugins:
|
||||
|
|
Loading…
Reference in a new issue