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
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.
Actual behaviour
Include: