Skip to content

Commit cc98ed3

Browse files
committed
Enable code selection button
1 parent 4a3262b commit cc98ed3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

mkdocs.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ theme:
2222
features:
2323
- content.code.annotate
2424
- content.code.copy
25+
- content.code.select
2526
- content.footnote.tooltips
2627
- content.tabs.link
2728
- content.tooltips
@@ -42,9 +43,12 @@ markdown_extensions:
4243
- footnotes
4344
- pymdownx.details
4445
- pymdownx.keys
45-
- pymdownx.highlight
46-
- pymdownx.superfences
46+
- pymdownx.highlight:
47+
anchor_linenums: true
48+
line_spans: __span
49+
pygments_lang_class: true
4750
- pymdownx.snippets
51+
- pymdownx.superfences
4852
- pymdownx.tabbed:
4953
alternate_style: true
5054
slugify: !!python/object/apply:pymdownx.slugs.slugify

0 commit comments

Comments
 (0)