Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mermaid sequence diagram rendering problem #371

Open
tbrandysky opened this issue Jan 5, 2022 · 0 comments
Open

mermaid sequence diagram rendering problem #371

tbrandysky opened this issue Jan 5, 2022 · 0 comments

Comments

@tbrandysky
Copy link

This sequence diagram is not rendered because of "actor" statement. It's successfully rendered ince it's changed from actor to participant.

sequenceDiagram
    actor Alice
    Alice->>+John: Hello John, how are you?
    Alice->>+John: John, can you hear me?
    John-->>-Alice: Hi Alice, I can hear you!
    John-->>-Alice: I feel great!
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant