mermaid-js / mermaid-live-editor

Edit, preview and share mermaid charts/diagrams. New implementation of the live editor.
https://mermaid.live
MIT License
3.82k stars 574 forks source link

PNG export fails with #nbsp in the note text #1433

Open borisstratus opened 2 months ago

borisstratus commented 2 months ago
sequenceDiagram

autonumber
note right of Test: {<br>test<br>#nbsp;}
  1. Use the code above to describe the diagram
  2. Click the PNG download button
  3. Editor should download the PNG file but nothing happens

Expected result: Browser should initiate a file download

Observation: removing the #nbsp from the text provides a workaround

Browser: Chrome Version 123.0.6312.105 (Official Build) (64-bit) OS: Windows 11