Info |
---|
The demo shown below was taken from the official Mermaid documentation. |
Confluence mermaid macro |
---|
download | true |
---|
searchText | erDiagram CUSTOMER ORDER places ORDER LINE ITEM contains CUSTOMER DELIVERY ADDRESS uses |
---|
download | true |
---|
fullscreen | true |
---|
panZoom | true |
---|
zoom | |
---|
theme | default |
---|
disableUseMaxWidth | |
---|
copy | true |
---|
exportWidth | |
---|
height | |
---|
|
erDiagram
CUSTOMER ||--o{ ORDER : places
ORDER ||--|{ LINE-ITEM : contains
CUSTOMER }|..|{ DELIVERY-ADDRESS : uses |
...
Confluence prism macro |
---|
lineNumbers | true |
---|
showPreviews | |
---|
downloadFilename | ErDiagram.mmd | showPreviews |
---|
showInvisibles | |
---|
lineHighlightdialogTitle | |
---|
language | Mermaid |
---|
lineNumbersStart | |
---|
dialogTitle | Entity relationship diagram |
---|
limitHeight | |
---|
height | |
---|
clickableLinksheight | |
---|
|
erDiagram
CUSTOMER ||--o{ ORDER : places
ORDER ||--|{ LINE-ITEM : contains
CUSTOMER }|..|{ DELIVERY-ADDRESS : uses |
...
👉 Check out the official Mermaid documentation here https://mermaid.js.org/syntax/entityRelationshipDiagram.html.