We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
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!
Sorry, something went wrong.
I am closing this one. Let me know if it still is an issue.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: