From 731b330e402539c14b1d7c674c18b248eed117d6 Mon Sep 17 00:00:00 2001 From: NicolasNewman Date: Mon, 12 Aug 2024 16:00:44 -0500 Subject: [PATCH] docs(er): added min version req to multi-line labels --- docs/syntax/entityRelationshipDiagram.md | 2 +- packages/mermaid/src/docs/syntax/entityRelationshipDiagram.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/syntax/entityRelationshipDiagram.md b/docs/syntax/entityRelationshipDiagram.md index def8c9f3ad..9023f763af 100644 --- a/docs/syntax/entityRelationshipDiagram.md +++ b/docs/syntax/entityRelationshipDiagram.md @@ -286,7 +286,7 @@ erDiagram - If you want the relationship label to be more than one word, you must use double quotes around the phrase - If you don't want a label at all on a relationship, you must use an empty double-quoted string -- If you want a multi-line label on a relationship, use `
` between the two lines (`"first line
second line"`) +- (v10.8.0+) If you want a multi-line label on a relationship, use `
` between the two lines (`"first line
second line"`) ## Styling diff --git a/packages/mermaid/src/docs/syntax/entityRelationshipDiagram.md b/packages/mermaid/src/docs/syntax/entityRelationshipDiagram.md index e08b1930fd..06e7c96b4e 100644 --- a/packages/mermaid/src/docs/syntax/entityRelationshipDiagram.md +++ b/packages/mermaid/src/docs/syntax/entityRelationshipDiagram.md @@ -192,7 +192,7 @@ erDiagram - If you want the relationship label to be more than one word, you must use double quotes around the phrase - If you don't want a label at all on a relationship, you must use an empty double-quoted string -- If you want a multi-line label on a relationship, use `
` between the two lines (`"first line
second line"`) +- (v10.8.0+) If you want a multi-line label on a relationship, use `
` between the two lines (`"first line
second line"`) ## Styling