Skip to content

Commit 5b6a6b5

Browse files
committed
fixed formatting and code blocks for pymdown-extensions
Signed-off-by: olalekan odukoya <odukoyaonline@gmail.com>
1 parent 1dc83cb commit 5b6a6b5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,9 @@ plugins:
110110
markdown_extensions:
111111
# Code block highlighting
112112
- pymdownx.highlight:
113-
# Allows linking directly to specific lines in code blocks
114113
anchor_linenums: true
114+
line_spans: true
115+
pygments_lang_class: true
115116
# Inline code block highlighting
116117
- pymdownx.inlinehilite
117118
# Lets you embed content from another file
@@ -121,8 +122,7 @@ markdown_extensions:
121122
custom_fences:
122123
- name: mermaid
123124
class: mermaid
124-
format:
125-
!!python/name:pymdownx.superfences.fence_code_format # Enable note/warning/etc. callouts
125+
format: !!python/name:pymdownx.superfences.fence_code_format
126126

127127

128128
- admonition

0 commit comments

Comments
 (0)