Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

# character broken in 0.5.8 #347

Closed
vshesh opened this issue Apr 30, 2016 · 2 comments
Closed

# character broken in 0.5.8 #347

vshesh opened this issue Apr 30, 2016 · 2 comments

Comments

@vshesh
Copy link

vshesh commented Apr 30, 2016

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.

@knsv
Copy link
Collaborator

knsv commented May 8, 2016

Strange, this needs investigating!

@tylerlong
Copy link
Collaborator

mgenereu pushed a commit to mgenereu/mermaid that referenced this issue Jun 25, 2022
…yarn/develop/tailwindcss-2.2.11

chore(deps-dev): bump tailwindcss from 2.2.9 to 2.2.11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants