coooly
1
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 !
Seems to be fixed in Joplin 1.5.14. .
flowchart LR;
a =====> b =====> c;
d =====> e;
linkStyle 2 stroke:red,stroke-width:4,color:red;
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
system
Closed
4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.