Skip to content

Instantly share code, notes, and snippets.

@elasticskyx
Forked from martinwoodward/mermaid.md
Created January 17, 2024 05:28
Show Gist options
  • Save elasticskyx/b7f420811b067a38b821a6392184c888 to your computer and use it in GitHub Desktop.
Save elasticskyx/b7f420811b067a38b821a6392184c888 to your computer and use it in GitHub Desktop.
GitHub HTML Rendering Pipeline
```mermaid
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
```
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