From 5c4ad3a8b2e9e3d3431ddf56673ff973f18b753d Mon Sep 17 00:00:00 2001 From: secrf4161yt Date: Sun, 27 Sep 2026 19:55:20 +0800 Subject: [PATCH] add notes --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 973f6c9..9faf4df 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ -# docs-notes +notes -notes \ No newline at end of file +```mermaid +erDiagram + A ||--o{ B : "" +``` + +```mermaid +sequenceDiagram + participant A as Alice$$\text{A}$$ + A->>B: hi +```