Skip to content

Commit 559be33

Browse files
committed
docs: Fix <MERMAID_RELEASE_VERSION>
1 parent baafaf0 commit 559be33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/syntax/entityRelationshipDiagram.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ erDiagram
286286

287287
- If you want the relationship label to be more than one word, you must use double quotes around the phrase
288288
- If you don't want a label at all on a relationship, you must use an empty double-quoted string
289-
- (v10.8.0+) If you want a multi-line label on a relationship, use `<br />` between the two lines (`"first line<br />second line"`)
289+
- (v\<MERMAID_RELEASE_VERSION>+) If you want a multi-line label on a relationship, use `<br />` between the two lines (`"first line<br />second line"`)
290290

291291
## Styling
292292

packages/mermaid/src/docs/syntax/entityRelationshipDiagram.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ erDiagram
192192

193193
- If you want the relationship label to be more than one word, you must use double quotes around the phrase
194194
- If you don't want a label at all on a relationship, you must use an empty double-quoted string
195-
- (v10.8.0+) If you want a multi-line label on a relationship, use `<br />` between the two lines (`"first line<br />second line"`)
195+
- (v<MERMAID_RELEASE_VERSION>+) If you want a multi-line label on a relationship, use `<br />` between the two lines (`"first line<br />second line"`)
196196

197197
## Styling
198198

0 commit comments

Comments
 (0)