Skip to content

create participant is not supported #119

Open
@jeffbromberger

Description

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions