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
Error in the parser if try to define a linkStyle with an index of > 9.
e.g linkStyle 10 stroke-width:1px
Uncaught Error: Parse error on line 51: ...#00728F;linkStyle 11 stroke:#00728F;str ----------------------^ Expecting 'SPACE', got 'NUM' mermaid.full.js:14528 parseError mermaid.full.js:14593 parsemermaid.full.js:13230 exports.getClassesmermaid.full.js:16455 initmermaid.full.js:16517 global.mermaid.initmain.js:139
The text was updated successfully, but these errors were encountered:
Thanks for reporting this!
I can replicate the problem and will work on a fix.
Sorry, something went wrong.
Fixed with release 0.3.2
Thanks! Now working :)
Successfully merging a pull request may close this issue.
Error in the parser if try to define a linkStyle with an index of > 9.
e.g
linkStyle 10 stroke-width:1px
Uncaught Error: Parse error on line 51:
...#00728F;linkStyle 11 stroke:#00728F;str
----------------------^
Expecting 'SPACE', got 'NUM'
mermaid.full.js:14528 parseError
mermaid.full.js:14593
parsemermaid.full.js:13230
exports.getClassesmermaid.full.js:16455
initmermaid.full.js:16517
global.mermaid.initmain.js:139
The text was updated successfully, but these errors were encountered: