Skip to content
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

Background not rendered for link label with math formula #5543

Open
skylee03 opened this issue May 25, 2024 · 0 comments
Open

Background not rendered for link label with math formula #5543

skylee03 opened this issue May 25, 2024 · 0 comments
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect

Comments

@skylee03
Copy link

Description

When there is a math formula in the link label, the background color cannot be properly rendered.

Steps to reproduce

See live editor example.

Screenshots

Code Sample

flowchart RL
  subgraph A["$$A$$"]
    a(($$a$$))
  end
  subgraph B[""$$B$$""]
    b(($$b$$))
  end
  a-->|"g: B \to A"|b
  b-->|"$$f: A \to B$$"|a

Setup

  • Mermaid version: v10.9.1

Suggested Solutions

No response

Additional Context

No response

@skylee03 skylee03 added Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect labels May 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage Needs to be verified, categorized, etc Type: Bug / Error Something isn't working or is incorrect
Projects
None yet
Development

No branches or pull requests

1 participant