chore: enable mermaid diagrams in mkdocs-material
All checks were successful
Deploy Documentation / build-and-deploy (push) Successful in 1m9s
All checks were successful
Deploy Documentation / build-and-deploy (push) Successful in 1m9s
This commit is contained in:
parent
b37f869cc5
commit
5ed943a4dc
1 changed files with 7 additions and 0 deletions
|
|
@ -43,3 +43,10 @@ nav:
|
|||
- Python Bindings: python/pycompact.md
|
||||
- Fortran Core Reference:
|
||||
- Modules & Procedures: fortran.md
|
||||
|
||||
markdown_extensions:
|
||||
- pymdownx.superfences:
|
||||
custom_fences:
|
||||
- name: mermaid
|
||||
class: mermaid
|
||||
format: !!python/name:pymdownx.superfences.fence_code_format
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue