We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8353e57 commit f8c16f6Copy full SHA for f8c16f6
doc/Editing-the-Wiki.md
@@ -102,7 +102,7 @@ You can then add the image in markdown using the URL `test.png`:
102
103
## Mermaid Diagrams
104
Mermaid diagrams can be added using the following syntax (example):
105
-```
+````
106
```{mermaid}
107
---
108
title: Simple sample
@@ -116,6 +116,7 @@ stateDiagram-v2
116
Crash --> Develop_software
117
Test_software --> [*]
118
```
119
120
121
will render as:
122
doc/conf.py
@@ -44,6 +44,7 @@
44
# Mermaid diagrams
45
"sphinxcontrib.mermaid",
46
]
47
+mermaid_d3_zoom = True
48
napoleon_google_docstring = True
49
napoleon_numpy_docstring = False
50
0 commit comments