terrylinooo / githuber-md

Markdown editor plugin for WordPress.
GNU General Public License v3.0
616 stars 89 forks source link

mermaid does not support 'actor' #296

Closed dudlo closed 1 year ago

dudlo commented 2 years ago

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

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

github-actions[bot] commented 1 year ago

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

github-actions[bot] commented 1 year ago

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