We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b70fb8 commit ad408acCopy full SHA for ad408ac
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
@@ -25,7 +26,11 @@ edit_uri: https://github.com/t2linux/wiki/edit/master/docs/
25
26
27
markdown_extensions:
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