mirror of
https://github.com/InsanusMokrassar/docs.git
synced 2024-11-22 16:24:00 +00:00
improve syntax highlighting
This commit is contained in:
parent
e25c832543
commit
f7a2359066
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
|||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
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
|
- name: Build
|
||||||
run: mkdocs build
|
run: mkdocs build
|
||||||
- name: Publish
|
- name: Publish
|
||||||
|
@ -77,6 +77,13 @@ markdown_extensions:
|
|||||||
permalink: True
|
permalink: True
|
||||||
- smarty
|
- smarty
|
||||||
- callouts
|
- callouts
|
||||||
|
- pymdownx.highlight:
|
||||||
|
anchor_linenums: true
|
||||||
|
line_spans: __span
|
||||||
|
pygments_lang_class: true
|
||||||
|
- pymdownx.inlinehilite
|
||||||
|
- pymdownx.snippets
|
||||||
|
- pymdownx.superfences
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
- search
|
- search
|
||||||
|
Loading…
Reference in New Issue
Block a user