Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,9 @@ plugins:
markdown_extensions:
# Code block highlighting
- pymdownx.highlight:
# Allows linking directly to specific lines in code blocks
anchor_linenums: true
line_spans: true
pygments_lang_class: true
# Inline code block highlighting
- pymdownx.inlinehilite
# Lets you embed content from another file
Expand All @@ -121,8 +122,7 @@ markdown_extensions:
custom_fences:
- name: mermaid
class: mermaid
format:
!!python/name:pymdownx.superfences.fence_code_format # Enable note/warning/etc. callouts
format: !!python/name:pymdownx.superfences.fence_code_format


- admonition
Expand Down
Loading