diff --git a/mkdocs.yml b/mkdocs.yml index 8f015bb74..f453b2cf3 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -14,6 +14,7 @@ theme: features: - tabs - content.tabs.link + - content.code.copy favicon: assets/images/icon.png docs_dir: docs @@ -25,7 +26,11 @@ edit_uri: https://github.com/t2linux/wiki/edit/master/docs/ markdown_extensions: - pymdownx.highlight + anchor_linenums: true + line_spans: __span + pygments_lang_class: true - pymdownx.inlinehilite + - pymdownx.snippets - pymdownx.superfences - pymdownx.tasklist: custom_checkbox: true