File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed
Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -22,11 +22,14 @@ theme:
2222 features :
2323 - content.code.annotate
2424 - content.code.copy
25+ - content.code.select
26+ - content.footnote.tooltips
2527 - content.tabs.link
2628 - content.tooltips
2729 - navigation.indexes
2830 - navigation.expand
2931 - navigation.footer
32+ - navigation.path
3033 - navigation.instant
3134 - navigation.top
3235 - navigation.tracking
@@ -40,9 +43,12 @@ markdown_extensions:
4043 - footnotes
4144 - pymdownx.details
4245 - pymdownx.keys
43- - pymdownx.highlight
44- - pymdownx.superfences
46+ - pymdownx.highlight :
47+ anchor_linenums : true
48+ line_spans : __span
49+ pygments_lang_class : true
4550 - pymdownx.snippets
51+ - pymdownx.superfences
4652 - pymdownx.tabbed :
4753 alternate_style : true
4854 slugify : !!python/object/apply:pymdownx.slugs.slugify
You can’t perform that action at this time.
0 commit comments