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.

Using Sequence Diagram is there any way to make some parts of the text in bold?

See original GitHub issue

First of all, thank you for an amazing product.

I was trying to convert some diagrams from sequencediagram.org to the flavor that is used inside mermaid. I wanted to be able to emphasize/bold some text, either using Markdown or pure HTML, but it seems not to work.

note right of A: <b>BOLD ME</b> <em>EMPHASIZE</em> but not respected as a command.

Help us help you!

You want an answer. Here are some ways to get it quicker:

  • Use a clear and concise title.
  • Try to pose a clear and concise question.
  • Include as much, or as little, code as necessary.
  • Don’t be shy to give us some screenshots, if it helps!

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:12
  • Comments:5

github_iconTop GitHub Comments

13reactions
MichaelTiemannOSCcommented, Feb 28, 2022

I’m not surprised that HTML tags don’t work, but am surprised that markdown inside graph labels doesn’t work.

12reactions
pierreverbakelcommented, Sep 2, 2021

I am ‘old’ to Mermaid and I am surprised to see that after changing to Mermaid 8.12 things like Bold using <b>The Bold Text </b> (My Text in Bold) and Italics using <i>The Italic Text </i> (My Text in Italics) have stopped working, which was working in Version 7.03 as I am now having to stick using it. Which is a shame What was the reason of the decision to drop the usage of one of the most basic of “HTML 1.x” tags?? Nice to have the possibility to do a feature request, but what is the point if one looses that basic feature in the next version I am asking myself. Forced to stick with the ‘old’ now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Instructions and Examples - SequenceDiagram.org
Messages are created by clicking and dragging in the diagram · Edit the text of a message by double clicking it · Change...
Read more >
Sequence Diagram syntax and features - PlantUML
The sequence -> is used to draw a message between two participants. Participants do not have to be explicitly declared. To have a...
Read more >
Sequence Diagrams
Sequence diagrams describe how groups of objects collaborate in some behavior. Important: these diagrams are about objects.
Read more >
Sequence Diagram Tutorial - Complete Guide with Examples
This sequence diagram tutorial is to help you understand sequence diagrams better; to explain everything you need to know, from how to draw ......
Read more >
Changing the order of participants - WebSequenceDiagrams
A participant can send a signal to itself. This will result in an arrow that turns back on itself. You may break the...
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