Correction and completion of the blackboard
This commit is contained in:
15
test-mermaid.md
Normal file
15
test-mermaid.md
Normal 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
|
||||
}
|
||||
```
|
||||
Reference in New Issue
Block a user