commit 9b1cfa3d244876da0c8e43a9f093c7ad936e8047 Author: secrpeat8ig Date: Sun Sep 27 10:11:45 2026 +0000 add notes diff --git a/README.md b/README.md new file mode 100644 index 0000000..9faf4df --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +notes + +```mermaid +erDiagram + A ||--o{ B : "" +``` + +```mermaid +sequenceDiagram + participant A as Alice$$\text{A}$$ + A->>B: hi +```