We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Is your feature request related to a problem? Please describe.
I use mermaid within flowchart to write my project structure model.
I have a thing that i need to a few label to descirbed ,And for clearly identify each label to make every label have own color font it will be great .
so I use htmllabel in subgraph such as span ...
span
Through refer to the many data I saw the <br> it's work but span to don't work in screenshot.
<br>
in rendering <span style= "color:red">AB</span> it has syntax error
<span style= "color:red">AB</span>
Describe the solution you'd like
<span>
Describe alternatives you've considered
Additional context Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
add option config below "theme",
securityLevel : "snoop"
you can use the html formating in this case.
Sorry, something went wrong.
The same issue is evident in the official docs for Flowchart (section "Css classes"):
No branches or pull requests
Is your feature request related to a problem? Please describe.
I use mermaid within flowchart to write my project structure model.
I have a thing that i need to a few label to descirbed ,And for clearly identify each label to make every label have own color font it will be great .
so I use htmllabel in subgraph such as
span
...Through refer to the many data I saw the
<br>
it's work butspan
to don't work in screenshot.in rendering
<span style= "color:red">AB</span>
it has syntax errorDescribe the solution you'd like
<span>
Describe alternatives you've considered
Additional context
![image](https://user-images.githubusercontent.com/45911286/81449984-0dce8300-91b4-11ea-9b82-c10be43df1bd.png)
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: