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
{{ message }}
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.
```mermaid
sequenceDiagram
Thing1-)Thing1: something to self
Thing1-)Thing2: something to other
Thing1--)Thing1: something to self
Thing1--)Thing2: something to other
Error message (runtime):
sequenceDiagram
Thing1-)Thing1: something to self
Thing1-)Thing2: something to other
Thing1--)Thing1: something to self
Thing1--)Thing2: something to other
The async arrows for a sequence diagram,
-)
and--)
, as defined in https://mermaid-js.github.io/mermaid/#/sequenceDiagram?id=messages do not seem to be supportedSample:
Error message (runtime):
Error message (img):
how others render it:
Also seen in the first example of https://github.com/mermaid-js/mermaid/blob/develop/docs/sequenceDiagram.md
The text was updated successfully, but these errors were encountered: