From 6ac5e0e132b27f0282a69d054906ebb9385291ee Mon Sep 17 00:00:00 2001 From: darshanr0107 Date: Wed, 12 Nov 2025 13:54:04 +0530 Subject: [PATCH] chore: update docs on-behalf-of: @Mermaid-Chart --- docs/syntax/entityRelationshipDiagram.md | 4 ++-- packages/mermaid/src/docs/syntax/entityRelationshipDiagram.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/syntax/entityRelationshipDiagram.md b/docs/syntax/entityRelationshipDiagram.md index 69a280a49..3d17fe532 100644 --- a/docs/syntax/entityRelationshipDiagram.md +++ b/docs/syntax/entityRelationshipDiagram.md @@ -135,9 +135,9 @@ erDiagram "This **is** _Markdown_" ``` -#### Optional Relationship Labels +#### Optional Relationship Labels (v\+) -Starting from Mermaid version 11.11.0, the relationship label in ER diagrams is optional. You can define relationships without specifying a label, and the diagram will render correctly. +The relationship label in ER diagrams is optional. You can define relationships without specifying a label, and the diagram will render correctly. For example, the following is valid: diff --git a/packages/mermaid/src/docs/syntax/entityRelationshipDiagram.md b/packages/mermaid/src/docs/syntax/entityRelationshipDiagram.md index 9687a6bf8..ae5695f0a 100644 --- a/packages/mermaid/src/docs/syntax/entityRelationshipDiagram.md +++ b/packages/mermaid/src/docs/syntax/entityRelationshipDiagram.md @@ -89,9 +89,9 @@ erDiagram "This **is** _Markdown_" ``` -#### Optional Relationship Labels +#### Optional Relationship Labels (v+) -Starting from Mermaid version 11.11.0, the relationship label in ER diagrams is optional. You can define relationships without specifying a label, and the diagram will render correctly. +The relationship label in ER diagrams is optional. You can define relationships without specifying a label, and the diagram will render correctly. For example, the following is valid: