mermaid icon indicating copy to clipboard operation
mermaid copied to clipboard

multi directional arrows with mixed types don't work

Open 816-8055 opened this issue 4 years ago • 1 comments

When using different arrow types on multi directional arrows only the second head is rendered and the length is increased:

flowchart LR
    A o--> B
    B x--o C
    C <--x D
    E <--> F

see in live editor

816-8055 avatar Sep 07 '20 09:09 816-8055

In addition to the above, when you add text in between, then there are no arrows at all

flowchart LR
    A o--> B
    A o-- test1 --> B
    B x--o C
    B x-- test2 --o C
    C <--x D
    C <-- test3 --x D
    E <--> F
    E <-- test4 --> F

Live editor

Xyz00777 avatar Oct 16 '22 11:10 Xyz00777

I am new to Mermaid and I will be working on this issue hoping to make my first contribution.

aliouas avatar Nov 10 '23 20:11 aliouas