BoostIO / BoostNote-Legacy

This repository is outdated and new Boost Note app is available! We've launched a new Boost Note app which supports real-time collaborative writing. https://github.com/BoostIO/BoostNote-App
Other
17.08k stars 1.47k forks source link

Mermaid does not render arrowheads #3553

Open cross-hello opened 4 years ago

cross-hello commented 4 years ago

Current behavior

The output of

graph TB a[client] --> b[connect]-->c[server]

will be the same as

graph TB a[client] --- b[connect]---c[server]

which seem missing some arrows.

Expected behavior

It should have a arrow at the final output if I did above sentence.

Steps to reproduce

Environment

cross-hello commented 4 years ago

image Here is the preview of the output, it should be some arrows in the yellow circle. (for the easy to snip the photo, I change the direction to LR = 0 = )

Flexo013 commented 4 years ago

Confirmed for Windows 10 as well.

Flexo013 commented 3 years ago

This is solved as of Boostnote Legacy version 0.16.0.

Thanks for your contribution @daiyam ❤️