There was an error while loading. Please reload this page.
1 parent 2bba130 commit 8dd5255Copy full SHA for 8dd5255
1 file changed
mkdocs.yml
@@ -44,6 +44,8 @@ theme:
44
- search.highlight
45
- content.code.copy
46
- content.code.annotate
47
+ - content.code.select
48
+
49
extra:
50
# sets scope of cookies to use a common path (root)
51
# scope: "/"
@@ -88,6 +90,8 @@ markdown_extensions:
88
90
- admonition
89
91
- pymdownx.highlight:
92
anchor_linenums: true
93
+ line_spans: __span
94
+ pygments_lang_class: true
95
- pymdownx.inlinehilite
96
- pymdownx.snippets
97
- pymdownx.superfences
0 commit comments