Using Sequence Diagram is there any way to make some parts of the text in bold?
See original GitHub issueFirst 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:
- Created 3 years ago
- Reactions:12
- Comments:5
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I’m not surprised that HTML tags don’t work, but am surprised that markdown inside graph labels doesn’t work.
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.