MW 1.39, Mermaid 3.1.0
I have the following mermaid code:
{{#mermaid: stateDiagram-v2 state "My Organization" as myorg state "[[Alice]]" as myorg }}
and my hope was that the text "[[Alice]]" would render "Alice" as a wiki link, but it does not.
I would be content to put a full hyperlink in if need be, but sadly there is no reference to adding links in the mermaid state diagram documentation at: https://mermaid.js.org/syntax/stateDiagram.html
Can this be done?