terrylinooo/githuber-md

mermaid does not support 'actor'

Closed this issue · 2 comments

dudlo commented

I use markdown-editor.github.io, thank you for making it available
The mermaid renderer does not support actor keyword. For example, this segment does not render:

sequenceDiagram
    actor Alice
    actor Bob
    Alice->>Bob: Hi Bob
    Bob->>Alice: Hi Alice
Loading

It would render when removing the two actor lines (or replacing actor with participant). I hope a fix is just swapping for newer JS library. Thanks

This issue has been automatically closed due to inactivity. Feel free to reopen if you still face this problem.

This issue was closed because it has been inactive for 14 days since being marked as stale.