Support for mermaid diagrams in wiki

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

Hi @matthiaswuest

Thank you for your post and suggestion!

We have shared your feature request on mermaid diagrams with our development team to review.

Please let us know if you have any other questions in the meantime.