vscode-sequence-diagrams
vscode-sequence-diagrams copied to clipboard
VS Code Preview does not render 'note over' correctly.
Code in .seqdiag
file:
note over c: blah
note over ro: blah
'c' and 'ro' are participant aliases.
Sequence diagram Preview in VS Code:
Expected behavior:
Expected behavior is the 'exported' SVG, which is how the VS Code preview
should look like for the above code.
Environment:
- the latest version of the Sequence Diagram plugin,
- the latest version of VS Code,
- Windows 10 x64.