mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-25 18:30:10 +02:00
update docs
This commit is contained in:
@@ -459,9 +459,9 @@ The different cardinality options are :
|
|||||||
- `0..1` Zero or One
|
- `0..1` Zero or One
|
||||||
- `1..*` One or more
|
- `1..*` One or more
|
||||||
- `*` Many
|
- `*` Many
|
||||||
- `n` n {where n>1}
|
- `n` n (where n>1)
|
||||||
- `0..n` zero to n {where n>1}
|
- `0..n` zero to n (where n>1)
|
||||||
- `1..n` one to n {where n>1}
|
- `1..n` one to n (where n>1)
|
||||||
|
|
||||||
Cardinality can be easily defined by placing the text option within quotes `"` before or after a given arrow. For example:
|
Cardinality can be easily defined by placing the text option within quotes `"` before or after a given arrow. For example:
|
||||||
|
|
||||||
|
@@ -304,9 +304,9 @@ The different cardinality options are :
|
|||||||
- `0..1` Zero or One
|
- `0..1` Zero or One
|
||||||
- `1..*` One or more
|
- `1..*` One or more
|
||||||
- `*` Many
|
- `*` Many
|
||||||
- `n` n {where n>1}
|
- `n` n (where n>1)
|
||||||
- `0..n` zero to n {where n>1}
|
- `0..n` zero to n (where n>1)
|
||||||
- `1..n` one to n {where n>1}
|
- `1..n` one to n (where n>1)
|
||||||
|
|
||||||
Cardinality can be easily defined by placing the text option within quotes `"` before or after a given arrow. For example:
|
Cardinality can be easily defined by placing the text option within quotes `"` before or after a given arrow. For example:
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user