AleksandarDev / vscode-sequence-diagrams

Generates UML sequence diagrams from simple text
https://marketplace.visualstudio.com/items?itemName=AleksandarDev.vscode-sequence-diagrams
47 stars 16 forks source link

VS Code Preview does not render 'note over' correctly. #40

Open hhubik opened 2 years ago

hhubik commented 2 years ago

Code in .seqdiag file:

note over c: blah
note over ro: blah

'c' and 'ro' are participant aliases.

Sequence diagram Preview in VS Code: image

Expected behavior: image

Expected behavior is the 'exported' SVG, which is how the VS Code preview should look like for the above code.

Environment: