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.

Same code in mermaid live editor is ok.

Code :
Flowchart LR;
a =====> b =====> c
d =====> e
linkStyle 2 stroke:red,stroke-width:4,color:red;
Is that normal ?
Thanks !

