Skip to content

--> on_call is not escaped? #5134

Closed
Closed
@mitinarseny

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
Loading
flowchart LR
    a --> on_call
Loading

Steps to reproduce

have a flowchart with a link to a node called on_call

Screenshots

image

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

Metadata

Assignees

No one assigned

    Labels

    Status: TriageNeeds to be verified, categorized, etcType: Bug / ErrorSomething isn't working or is incorrect

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions