Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mermaid does not render arrowheads #3553

Open
cross-hello opened this issue Apr 21, 2020 · 3 comments
Open

Mermaid does not render arrowheads #3553

cross-hello opened this issue Apr 21, 2020 · 3 comments
Labels
bug 🐛 Issue concerns a bug. level 1 ❕ A bug that caused minor damage: App is still usable, but minor features might not work.

Comments

@cross-hello
Copy link

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

  • Boostnote version: 0.15.3
  • OS version and name:
    Window 7-64bit
@cross-hello
Copy link
Author

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 Flexo013 changed the title mermaid error!!! Mermaid does not render arrowheads Apr 23, 2020
@Flexo013 Flexo013 added bug 🐛 Issue concerns a bug. level 1 ❕ A bug that caused minor damage: App is still usable, but minor features might not work. labels Apr 23, 2020
@Flexo013
Copy link
Contributor

Confirmed for Windows 10 as well.

@daiyam daiyam mentioned this issue Jun 13, 2020
@Flexo013
Copy link
Contributor

This is solved as of Boostnote Legacy version 0.16.0.

Thanks for your contribution @daiyam ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🐛 Issue concerns a bug. level 1 ❕ A bug that caused minor damage: App is still usable, but minor features might not work.
Projects
None yet
Development

No branches or pull requests

2 participants