Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Mermaid Diagrams Plugin

wowlSep 9 2021

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 --> [*]

image.pngBut 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 --> [*]

image.pngIts 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

Comments
Post Details
Added on Sep 9 2021
1 comment
582 views