try mermaid
This commit is contained in:
parent
debc869275
commit
6b085feaeb
11
mermaid_example.md
Normal file
11
mermaid_example.md
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
## Try mermaid diagram
|
||||||
|
|
||||||
|
```mermaid
|
||||||
|
---
|
||||||
|
title: Order example
|
||||||
|
---
|
||||||
|
erDiagram
|
||||||
|
CUSTOMER ||--o{ ORDER : places
|
||||||
|
ORDER ||--|{ LINE-ITEM : contains
|
||||||
|
CUSTOMER }|..|{ DELIVERY-ADDRESS : uses
|
||||||
|
```
|
Loading…
x
Reference in New Issue
Block a user