Skip to content

Instantly share code, notes, and snippets.

@slgraff
Created July 18, 2022 17:49
Show Gist options
  • Save slgraff/84c71d2b786bda9f2e1d30512e03ade4 to your computer and use it in GitHub Desktop.
Save slgraff/84c71d2b786bda9f2e1d30512e03ade4 to your computer and use it in GitHub Desktop.
sequenceDiagram
    participant dotcom
    participant iframe
    participant viewscreen
    dotcom->>iframe: loads html w/ iframe url
    iframe->>viewscreen: request template
    viewscreen->>iframe: html & javascript
    iframe->>dotcom: iframe ready
    dotcom->>iframe: set mermaid data on iframe
    iframe->>iframe: render mermaid
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment