You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the detailed report @tomjn!
Github's version jump was very broad, 10.0.2 to 10.8.0, more than a year's work. Although we keep backwards compatibility in the syntax as a very important criteria (even in major version changes), some things get through unintentionally.
We'll try to investigate what the issue was, but .-> working had not been intentional, as the documentation mentions -.-> as a dotted arrow.
Description
Recently our github mermaid diagrams broke, and they started failing in the mermaid live tester.
I tracked this down to
.->
, removing dotted lines fixed the issue.Steps to reproduce
This diagram generates syntax errors:
The same diagram using
-->
instead of.->
does not:Screenshots
Code Sample
Setup
Suggested Solutions
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: