We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a3262b commit cc98ed3Copy full SHA for cc98ed3
mkdocs.yml
@@ -22,6 +22,7 @@ theme:
22
features:
23
- content.code.annotate
24
- content.code.copy
25
+ - content.code.select
26
- content.footnote.tooltips
27
- content.tabs.link
28
- content.tooltips
@@ -42,9 +43,12 @@ markdown_extensions:
42
43
- footnotes
44
- pymdownx.details
45
- pymdownx.keys
- - pymdownx.highlight
46
- - pymdownx.superfences
+ - pymdownx.highlight:
47
+ anchor_linenums: true
48
+ line_spans: __span
49
+ pygments_lang_class: true
50
- pymdownx.snippets
51
+ - pymdownx.superfences
52
- pymdownx.tabbed:
53
alternate_style: true
54
slugify: !!python/object/apply:pymdownx.slugs.slugify
0 commit comments