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

tags ending in a "v" don't render #132

Closed
thomaxxl opened this issue Mar 8, 2015 · 2 comments
Closed

tags ending in a "v" don't render #132

thomaxxl opened this issue Mar 8, 2015 · 2 comments

Comments

@thomaxxl
Copy link

thomaxxl commented Mar 8, 2015

Hi,
can you tell me how I can use node descriptions ending in a "v" please?
graph TD;
A[blav]-->B;
A-->C;
B-->D;
C-->D;

doesn't work

@knsv
Copy link
Collaborator

knsv commented Mar 8, 2015

Hi Thomas!

I recognize this issue and luckily it has been fixed. So to answer your question I would say that an upgrade to version 0.4.0 is the way to go.

I would also recommend looking at the readability changes done to the syntax:
http://knsv.github.io/mermaid/flowchart.html

graph TD
A[blav] --> B
A --> C
B -- text on link --> D
C --> D

Good luck!

@knsv
Copy link
Collaborator

knsv commented May 13, 2015

I am closing this one. Let me know if it still is an issue.

@knsv knsv closed this as completed May 13, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants