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

create participant is not supported #119

Open
jeffbromberger opened this issue Apr 29, 2024 · 0 comments
Open

create participant is not supported #119

jeffbromberger opened this issue Apr 29, 2024 · 0 comments

Comments

@jeffbromberger
Copy link

jeffbromberger commented Apr 29, 2024

Expected behaviour

sequenceDiagram
Alice->>Bob: Hello Bob, how are you ?
Bob->>Alice: Fine, thank you. And you?
create participant Carl
Alice->>Carl: Hi Carl!

Actual behaviour

The addition of the create participant line results in "diagram is not syntactically correct" message in preview pane. This syntax comes directly from this link: https://mermaid.js.org/syntax/sequenceDiagram.html

Note that using the mermaid markdown clause in this issue report resulted in an error as well, so I removed that and just put the raw mmd text above.

Include:

image
image

  • Preview mode: Mermaid|Markdown // not sure where this is specified? Just installed extension fresh, using defaults.
  • Theme used: dark
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