Mermaid - Sequence Diagram - Grouping Box not supported

Steps to reproduce

the following mermaid code inputted into a mermaid code block:

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 Charly ?
B->>C: Hello Charly, how are you?

Expected result

sequence diagram has shaded by colour each “box”

Actual result

Environment

Error parsing Mermaid diagram!

Parse error on line 2:
… Purple Alice & Johnparticipant Aparti
-----------------------^
Expecting ‘SOLID_OPEN_ARROW’, ‘DOTTED_OPEN_ARROW’, ‘SOLID_ARROW’, ‘DOTTED_ARROW’, ‘SOLID_CROSS’, ‘DOTTED_CROSS’, ‘SOLID_POINT’, ‘DOTTED_POINT’, got ‘NEWLINE’

Additional information

we don’t support this yet

will be fixed in v1.4

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.