Skip to content

Instantly share code, notes, and snippets.

View samuelsonbrito's full-sized avatar

Samuelson Brito samuelsonbrito

View GitHub Profile
@samuelsonbrito
samuelsonbrito / mermaid.md
Created November 6, 2024 01:53 — 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