improve syntax highlighting

This commit is contained in:
InsanusMokrassar 2023-06-10 13:52:58 +06:00
parent e25c832543
commit f7a2359066
2 changed files with 8 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install mkdocs markdown-callouts mkdocs-autorefs mkdocs-include-dir-to-nav mkdocs-material
pip install mkdocs markdown-callouts mkdocs-autorefs mkdocs-include-dir-to-nav mkdocs-material pymdown-extensions
- name: Build
run: mkdocs build
- name: Publish

View File

@ -77,6 +77,13 @@ markdown_extensions:
permalink: True
- smarty
- callouts
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
plugins:
- search