Skip to content

Instantly share code, notes, and snippets.

View dsgnr's full-sized avatar

Dan Hand dsgnr

View GitHub Profile
@dsgnr
dsgnr / mermaid.md
Last active July 23, 2025 20:07 — forked from martinwoodward/mermaid.md
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