-
Notifications
You must be signed in to change notification settings - Fork 335
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
Invisible links in mermaid #3350
Comments
@fkohrt I apologize, but we will be upgrading mermaid once per release and no further; it's not sustainable for us to continually chase their changes. If your setup requires |
@cscheid Thank you very much for your hints and pointers. However, there is no feature that a more recent version of mermaid has that I want. Rather, I wanted to inform you that in case you decide to bump your mermaid dependency in the future, you will have to re-open this issue, as invisible links have been removed as a feature in mermaid v9.3.0 (in contrast to your currently bundled v9.2.2). This is not actionable, just a heads-up :) |
@fkohrt I appreciate the heads up! |
Invisible links will be re-introduced with mermaid v10.0.0 (see mermaid-js/mermaid#4113). |
Discussed in #3349
Originally posted by aghaynes November 16, 2022
According to the help files for mermaid, it is possible to have invisible links between nodes in mermaid charts, which can be particularly useful for enforcing a particular layout. https://mermaid-js.github.io/mermaid/#/flowchart?id=an-invisisble-link E.g. the following code should produce the flowchart further down.
Executing the chunk in quarto produces a syntax error though.
It seems like the invisible links are probably a new feature (there's an issue referencing a commit in mid-October - mermaid-js/mermaid#3192).
I guess this would require an update to the version of mermaid in quarto?
The text was updated successfully, but these errors were encountered: