Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

feature request: rect support in sequence diagrams #18

Open
uriel-sf opened this issue Oct 9, 2019 · 0 comments
Open

feature request: rect support in sequence diagrams #18

uriel-sf opened this issue Oct 9, 2019 · 0 comments

Comments

@uriel-sf
Copy link

uriel-sf commented Oct 9, 2019

image

sequenceDiagram
  participant signOut as AuthAPI.logOut
  participant logout as /logout
  participant crossLogoutOrigins

  rect rgb(255, 235, 179)
    signOut->>logout: GET
    logout-->>signOut: crossLogoutOrigins
  end
  rect rgb(252, 192, 192)
    logout->>crossLogoutOrigins: POST: each URL
  end
Loading

The VS code mermaid plugin renders the above just fine...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant