Skip to content

Mermaid version is outdated and doesn't support current diagram language #119

@brianstringfellow

Description

@brianstringfellow

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?
Loading

Reference: https://mermaid.js.org/syntax/sequenceDiagram.html#grouping-box

My installed version of Markdown Editor is 0.1.13.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions