We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b70fb8 commit aed84ddCopy full SHA for aed84dd
mkdocs.yml
@@ -14,6 +14,7 @@ theme:
14
features:
15
- tabs
16
- content.tabs.link
17
+ - content.code.copy
18
favicon: assets/images/icon.png
19
20
docs_dir: docs
@@ -24,8 +25,12 @@ repo_url: https://github.com/t2linux/wiki
24
25
edit_uri: https://github.com/t2linux/wiki/edit/master/docs/
26
27
markdown_extensions:
- - pymdownx.highlight
28
+ - pymdownx.highlight:
29
+ anchor_linenums: true
30
+ line_spans: __span
31
+ pygments_lang_class: true
32
- pymdownx.inlinehilite
33
+ - pymdownx.snippets
34
- pymdownx.superfences
35
- pymdownx.tasklist:
36
custom_checkbox: true
0 commit comments