diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 11c9ed3..f03f2b2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -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 diff --git a/mkdocs.yml b/mkdocs.yml index 8d5e596..7bd39fd 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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