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
Current master's mermaid.full.js seems to be picky about whitespace at the end of lines. It wasn't so before.
mermaid.full.js
If it's present, the next line shows error like:
Error: Parse error on line 8: ... id2---id1; id2---i -----------------------^ Expecting 'SPACE', 'ALPHA', 'NUM', 'COLON', 'COMMA', 'PLUS', 'EQUALS', 'MULT', 'DOT', 'BRKT', 'STYLE', 'LINKSTYLE', 'CLASSDEF', 'CLASS', 'CLICK', 'PCT', got 'NEWLINE' throw new Error(str); mermaid.full.js (line 14585, col 8)
It's 14'th line in my text editor BTW, not 8'th (unless we are counting from the <div> instead from the beginning of html file).
<div>
The text was updated successfully, but these errors were encountered:
Fixes for issues #47 and #55 including new test cases.
3f3e23b
Thanks for pointing it out. Have pushed a fix along with a test. Will be included in the next release.
Sorry, something went wrong.
Included in release 0.2.16
docs(readme): clarify Yarn
f6cf148
fixes #55
No branches or pull requests
Current master's
mermaid.full.js
seems to be picky about whitespace at the end of lines. It wasn't so before.If it's present, the next line shows error like:
It's 14'th line in my text editor BTW, not 8'th (unless we are counting from the
<div>
instead from the beginning of html file).The text was updated successfully, but these errors were encountered: