You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make it possible to insert any diagrams into Notes of Sequence diagrams.
Example
sequenceDiagram
participant B as Browser
participant CSB as CodeSandBox
B->>CSB: Request
Note right of CSB: index.html
CSB->>B: Response
Note over CSB,B: index.html
B->>CSB: Request
Note right of CSB:
$$$
graph LR;
bundle.js-->index.js & app.js & react.js;
$$$
CSB->>B: Response
Note over CSB,B: bundle.js
Screenshots
The text was updated successfully, but these errors were encountered:
Proposal
Make it possible to insert any diagrams into Notes of Sequence diagrams.
Example
sequenceDiagram
participant B as Browser
participant CSB as CodeSandBox
B->>CSB: Request
Note right of CSB: index.html
CSB->>B: Response
Note over CSB,B: index.html
B->>CSB: Request
Note right of CSB:
$$$
graph LR;
bundle.js-->index.js & app.js & react.js;
$$$
CSB->>B: Response
Note over CSB,B: bundle.js
Screenshots
The text was updated successfully, but these errors were encountered: