Skip to content

Commit

Permalink
Merge pull request #977 from mandy-chessell/code2024
Browse files Browse the repository at this point in the history
Another attempt to activate mermaid
  • Loading branch information
mandy-chessell authored Oct 24, 2024
2 parents bcf3e4b + ce0ae64 commit f612691
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions site/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -918,7 +918,11 @@ markdown_extensions:
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.keys
- toc:
permalink: true
Expand All @@ -928,8 +932,5 @@ markdown_extensions:
- pymdownx.tasklist:
custom_checkbox: true
clickable_checkbox: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format


0 comments on commit f612691

Please sign in to comment.