Correction and completion of the blackboard

This commit is contained in:
2026-01-16 08:01:31 +01:00
parent 2cdc7109d1
commit f3274fcc10
23 changed files with 7394 additions and 0 deletions

15
test-mermaid.md Normal file
View File

@@ -0,0 +1,15 @@
# Test Mermaid
```mermaid
flowchart TB
A[Start] --> B[End]
```
```mermaid
erDiagram
CUSTOMER ||--o{ ORDER : places
CUSTOMER {
string name
string id
}
```