Hey all
My team and I would appreciate a lot if you can enable mermaid diagrams in the wiki pages using the syntax below.
“```mermaid”
stateDiagram-v2
[*] --> Still
Still --> [*]
Still --> Moving
Moving --> Still
Moving --> Crash
Crash --> [*]
The only similar implementation of this is this SVG injection via API: https://qiita.com/shigeshigeshige/items/d7755fff285a3f7894c5
Let me know if there is something easier that already exists and i might have missed.
Cheers
Mat