dioagram
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-01-20 13:15:07 +02:00
parent c4902b9429
commit 7790e54bbf

View File

@@ -50,4 +50,19 @@ X^2^
- Third
- [ ] First
- [x] Second
- [x] Second
## Diagram
```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
```