Merge pull request #5711 from NicolasNewman/multi-line-er-label

feat(er): allow multi-line relationship labels
This commit is contained in:
Sidharth Vinod
2024-08-26 04:22:49 +00:00
committed by GitHub
6 changed files with 85 additions and 2 deletions

View File

@@ -286,6 +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
- (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"`)
## Styling