Closed
Description
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 uses on_call
and it shows an error. Looks like something is not properly escaped...
flowchart LR
a --> on_call1
flowchart LR
a --> on_call
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