-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Error when rendering A-- This is the text -- B #102
Comments
I see the problem. There were no test case for that syntax. Will look at it. |
So text can contain -- and it can contain space. So the ending element " --" is hard for the parser to separate from text. I can see that having things like
in the boxes makes sense. Right now it works --- as ending. Perhaps thats the way to go or perhaps forbidding -- in text is the best option. I am open for opinions. |
I think having
Please let me know your opinion. |
Then think I will update the docs showing the |
Cool! thanks. I'll download the latest library :) |
I think this one should be closed as of 0.3.3. @npatmaja, I saw your guide for using mermaid with docpad, nice work! |
I am experiencing an error while parsing text on link (copy pasted from flowchart basic syntax) using mermaid 0.3.2
the error is:
However, mermaid renders perfectly
A---|This is the text|B;
syntax.Is
-- This is the text --
no longer supported? if so please change the documentation.The text was updated successfully, but these errors were encountered: