mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-22 13:44:19 +01:00
docs(block): correct block arrow example
The same ID meant we were overriding the previous arrow.
Co-authored-by: jonathanpoelen <1436727+jonathanpoelen@users.noreply.github.com>
Fixes: https://github.com/mermaid-js/mermaid/issues/7159
Fixes: a0d328d734
This commit is contained in:
@@ -283,7 +283,7 @@ block
|
|||||||
blockArrowId4<["Label"]>(down)
|
blockArrowId4<["Label"]>(down)
|
||||||
blockArrowId5<["Label"]>(x)
|
blockArrowId5<["Label"]>(x)
|
||||||
blockArrowId6<["Label"]>(y)
|
blockArrowId6<["Label"]>(y)
|
||||||
blockArrowId6<["Label"]>(x, down)
|
blockArrowId7<["Label"]>(x, down)
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Example - Space Blocks
|
#### Example - Space Blocks
|
||||||
|
|||||||
Reference in New Issue
Block a user