Install this theme component
Usage
```mermaid height=200
graph TD;
A --> B;
```
Learn more about the Mermaid syntax on the official website: Mermaid | Diagramming and charting tool
Graphs wonât be rendered in emails
Settings
Name
Description
svg icons
Translation
Default
rendering_error
<b>Error</b><p>Please ensure your mermaid code is running on <a href=âhttps://mermaid.live/ â>mermaid.live and indented with 4 spaces, eg: <pre><code> flowchart TB
A â B</code></pre></p>
insert_mermaid_sample
Mermaid chart
Hosted by us? Theme components are available to use on our Standard, Business and Enterprise plans.
Last edited by @JammyDodger 2024-06-12T11:27:13Z
Check document Perform check on document:
29 Likes
cmdntd
(cmdntd)
October 27, 2023, 9:13am
37
Chart does not display icon when you use fontawesome :
I failed when I tesed with this:
flowchart LR
A>fas:fa-plane-departure Airline] -->|11/04/2024| B
But it is ok if you test here:
A feature request has been posted here:
This is great, thanks!
It doesnât seen that font-awesome icons are supported
An example from the docs :
flowchart TD
B["fa:fa-twitter for peace"]
B-->C[fa:fa-ban forbidden]
B-->D(fa:fa-spinner)
B-->E(A fa:fa-camera-retro perhaps?)
Code:
flowchart TD
B["fa:fa-twitter for peace"]
B-->C[fa:fa-ban forbidden]
B-->D(fa:fa-spinner)
B-->E(A fa:fa-camera-retro perhaps?)
Is there a supported way to embed font-awesome icons?
3 Likes
JammyDodger
Split this topic
November 7, 2023, 10:15pm
41
3 posts were split to a new topic: Upgrade Mermaid to 10.6.1
katzuv
(Dan Katzuv)
December 25, 2023, 8:12am
42
Is it possible to generate an SVG instead of PNG?
Hi, welcome
This doesnât generate an image. It renders an SVG HTML element. If you refer to the example in the first post, it is meant to be a screenshot of the result. I understand it might be confusing. You can see a live example below:
graph TD;
A --> B;
3 Likes
2 posts were merged into an existing topic: Scaling issue for charts
putty
(Derek Putnam)
March 4, 2025, 7:12pm
45
Hi there,
Donât suppose there is a way to mimic the âroughâ style that can be found in the Mermaid previewer (top right):
Iâm guessing itâs a slim chance since the code doesnât actually change, but worth a shot!
2 Likes