Skip to content

Commit

Permalink
🔧 Add mermaid support to Mkdocs config
Browse files Browse the repository at this point in the history
  • Loading branch information
ebouchut committed Oct 13, 2024
1 parent 118aa3c commit dbc0b91
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ site_author: Trio Community
# Repository
repo_name: nightscout/trio-docs
repo_url: https://github.com/nightscout/trio-docs
edit_uri: edit/dev/docs/

# Copyright
copyright: Trio Community
Expand Down Expand Up @@ -52,7 +53,6 @@ theme:

features:
- announce.dismiss
- content.action.view
- content.action.edit
- content.code.copy
- content.tabs.link
Expand Down Expand Up @@ -121,6 +121,10 @@ markdown_extensions:
- pymdownx.keys
- pymdownx.smartsymbols
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- tables
Expand Down

0 comments on commit dbc0b91

Please sign in to comment.