Mermaid-Chart / vscode-mermaid-preview

Previews Mermaid diagrams
MIT License
148 stars 16 forks source link

On Windows participants are shown separately in sequence diagram #70

Closed sjamesexamsoft closed 4 years ago

sjamesexamsoft commented 5 years ago

Expected behaviour

Using participant key word to order actors in sequence diagram. On Windows each participant creates a separate "actor" with same name as existing actor in the message sequence.

sequenceDiagram
    participant John
    participant Mary
    John->>Mary: call
    Mary->>John: answer

Actual behaviour

Include:

vstirbu commented 5 years ago

Do you get the same in the online editor using Chromium-derived browser?

sjamesexamsoft commented 5 years ago

No, and I don't see this behavior on Mac VS Code.