I'm trying to use the mermaid reporting plugin available off the apex plugins page and wondering if anyone had managed to get it to work with spaces in the text description?
This text would display ok
stateDiagram-v2
[*] --> Still
Still --> MovingAgain
MovingAgain --> Still
MovingAgain --> Crash
Crash --> [*]
But this code would display incorrectly, all i've done is add a space to Moving Again
stateDiagram-v2
[*] --> Still
Still --> Moving Again
Moving Again --> Still
Moving Again --> Crash
Crash --> [*]
Its a simple to use plugin so there is not much in the way of settings to play around with. I've tried using a nonbreaking space but no luck
Any help is appreciated.
This is the link to the plugin
https://apex.world/ords/f?p=100:710:15900546894379::::P710_PLG_ID:SD_APEX_MERMAID_DIAGRAM