question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Handle br tag in flowchart the same way as in sequenceDiagram (especially when exporting to SVG)

See original GitHub issue

When using <br> in a sequenceDiagram, when exported to SVG, it is translated to <text></text> tags. See this example

Is it possible to have the same behavior in flowcharts? If you try this and click on “Download SVG”, the result has a parse XML error because of the <br> tag. Idem if the <br> is inside of a node.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:12 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
GDFabercommented, Dec 14, 2019

I can take a look here, because I’m also interested in #702 which is about line breaks in sequence diagrams.

0reactions
GDFabercommented, Feb 16, 2020

I think we can close this issue, feel free to open a new one if you run into problems.

Read more comments on GitHub >

github_iconTop Results From Across the Web

mermaid - Generation of diagrams and flowcharts from text in ...
After generation the render function calls the provided callback function, in this case its called insertSvg. The callback function is called with two ......
Read more >
Instructions and Examples - SequenceDiagram.org
Export the diagram to images files, share link, or render it for copy / paste. participant Adds a new participant into the diagram...
Read more >
mermaid | Yarn - Package Manager
Markdown-ish syntax for generating flowcharts, sequence diagrams, class diagrams, gantt charts and git graphs. diagram, markdown, flowchart, sequence diagram ...
Read more >
Lucid FAQs | Comparably
These are the 295 most popular questions Lucid receives. Frequently Asked Questions About Lucid. Introduction to Flowcharting.
Read more >
Understand User Guide and Reference Manual - SciTools
Understand provides several ways to quickly locate items of interest in your source code. These features include the Filter Area, the Entity Locator, ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found