try mermaid

This commit is contained in:
Balakrishnan Balasubramanian 2025-01-17 13:00:56 -05:00
parent debc869275
commit 6b085feaeb

11
mermaid_example.md Normal file
View 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
```