-
-
Notifications
You must be signed in to change notification settings - Fork 80
Open
Description
I was attempting to create a sequenceDiagram
that uses a box
. When I enter the following diagram code, the renderer displays a 'Syntax error in graph' message and shows the Mermaid version as 8.8.0 (2020.09.05). As of today, the current version of Mermaid is 11.6.0.
sequenceDiagram
box Purple Alice & John
participant A
participant J
end
box Another Group
participant B
participant C
end
A->>J: Hello John, how are you?
J->>A: Great!
A->>B: Hello Bob, how is Charley?
B->>C: Hello Charley, how are you?
sequenceDiagram
box Purple Alice & John
participant A
participant J
end
box Another Group
participant B
participant C
end
A->>J: Hello John, how are you?
J->>A: Great!
A->>B: Hello Bob, how is Charley?
B->>C: Hello Charley, how are you?
Reference: https://mermaid.js.org/syntax/sequenceDiagram.html#grouping-box
My installed version of Markdown Editor is 0.1.13.
Metadata
Metadata
Assignees
Labels
No labels