Mermaid with linkstyle

Hello !
I'm trying to use linkstyle with Joplin/Mermaid and it seems that Joplin doesn't take into account stroke width when rendering the code.

image

Same code in mermaid live editor is ok.
image

Code :

Flowchart LR;
a =====> b =====> c
d =====> e
linkStyle 2 stroke:red,stroke-width:4,color:red; 

Is that normal ?

Thanks !

Seems to be fixed in Joplin 1.5.14. . :slight_smile:

flowchart LR;
a =====> b =====> c;
d =====> e;
linkStyle 2 stroke:red,stroke-width:4,color:red; 

image

1 Like

I've updated Mermaid to 8.8.4. Most of the Mermaid issues are upstream, thus we have to wait until they fix it...

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.