mjbvz/vscode-markdown-mermaid

Sequence Diagram bidirectional arrows are not supported

Closed this issue · 2 comments

Bidirectional arrows were added in v11.0.0. However, this doesn't appear to render correctly in the preview.

Example

sequenceDiagram
    participant Alice
    participant Bob
    Bob<<->>Alice: Shakes hands
Loading

How it's rendered in VS Code

image

Ope, I see there's already a PR for this 😅

Should be fixed by #277