We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dc83cb commit 5b6a6b5Copy full SHA for 5b6a6b5
1 file changed
docs/mkdocs.yml
@@ -110,8 +110,9 @@ plugins:
110
markdown_extensions:
111
# Code block highlighting
112
- pymdownx.highlight:
113
- # Allows linking directly to specific lines in code blocks
114
anchor_linenums: true
+ line_spans: true
115
+ pygments_lang_class: true
116
# Inline code block highlighting
117
- pymdownx.inlinehilite
118
# Lets you embed content from another file
@@ -121,8 +122,7 @@ markdown_extensions:
121
122
custom_fences:
123
- name: mermaid
124
class: mermaid
- format:
125
- !!python/name:pymdownx.superfences.fence_code_format # Enable note/warning/etc. callouts
+ format: !!python/name:pymdownx.superfences.fence_code_format
126
127
128
- admonition
0 commit comments