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:
Alois Klink
2025-11-18 17:34:36 +09:00
committed by GitHub
parent ecf9ea1134
commit 9df18da01c

View File

@@ -283,7 +283,7 @@ block
blockArrowId4<["Label"]>(down)
blockArrowId5<["Label"]>(x)
blockArrowId6<["Label"]>(y)
blockArrowId6<["Label"]>(x, down)
blockArrowId7<["Label"]>(x, down)
```
#### Example - Space Blocks