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
Take a look at these two almost identical flowcharts. The first one uses on_call1 node name and it works. While the second one uses on_call and it shows an error. Looks like something is not properly escaped...
flowchart LR
a --> on_call1
Loading
flowchart LR
a --> on_call
Loading
Steps to reproduce
have a flowchart with a link to a node called on_call
Screenshots
Setup
Mermaid version:
Browser and Version: Safari
Additional Context
Meanwhile, both on_call and on_call1 work well in VS Code markdown preview extension. So the bug might be in GitHub's integration for mermaid
The text was updated successfully, but these errors were encountered:
Description
Take a look at these two almost identical flowcharts. The first one uses
on_call1
node name and it works. While the second one useson_call
and it shows an error. Looks like something is not properly escaped...Steps to reproduce
have a flowchart with a link to a node called
on_call
Screenshots
Setup
Additional Context
Meanwhile, both
on_call
andon_call1
work well in VS Code markdown preview extension. So the bug might be in GitHub's integration for mermaidThe text was updated successfully, but these errors were encountered: