You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tried the latest version of mermaid in the live editor and there is a weird bug where if "stroke:#000" (or any color with the # character) is the ONLY entity in a linkStyle declaration, the parser chokes:
graph TD
A --> B
linkStyle 0 stroke:#fee;
Chokes the parser. If i make the link linkStyle 0 stroke:#fee,fill:none; all is well again.
Not sure why this is happening; documentation seems to suggest this should be okay.
The text was updated successfully, but these errors were encountered:
I just tried the latest version of mermaid in the live editor and there is a weird bug where if "stroke:#000" (or any color with the # character) is the ONLY entity in a linkStyle declaration, the parser chokes:
Chokes the parser. If i make the link
linkStyle 0 stroke:#fee,fill:none;
all is well again.Not sure why this is happening; documentation seems to suggest this should be okay.
The text was updated successfully, but these errors were encountered: