Skip to content

Instantly share code, notes, and snippets.

@anabelle2001
Forked from martinwoodward/mermaid.md
Last active August 24, 2023 19:41
Show Gist options
  • Save anabelle2001/98531331b6cd625672de204d1dbc2034 to your computer and use it in GitHub Desktop.
Save anabelle2001/98531331b6cd625672de204d1dbc2034 to your computer and use it in GitHub Desktop.
GitHub HTML Rendering Pipeline

Hello, World!

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment