Bug description
Description: When using a Mermaid block to create an Entity Relationship Diagram, the rendered HTML does not display the diagram correctly.
Steps to reproduce
The following is the example in mermaid website.
---
title: Order example
---
erDiagram
CUSTOMER ||--o{ ORDER : places
ORDER ||--|{ LINE-ITEM : contains
CUSTOMER }|..|{ DELIVERY-ADDRESS : uses
Actual behavior
Expected behavior
The example in mermaid.
https://mermaid.ai/open-source/syntax/entityRelationshipDiagram.html
Your environment
Bug description
Description: When using a Mermaid block to create an Entity Relationship Diagram, the rendered HTML does not display the diagram correctly.
Steps to reproduce
The following is the example in mermaid website.
Actual behavior
Expected behavior
The example in mermaid.
https://mermaid.ai/open-source/syntax/entityRelationshipDiagram.html
Your environment