-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
Drop label character restrictions #162
Comments
That would be nice! I can be tricky though. I think that the grammar probably needs some refactoring it has been updated for various issues and has become a bit unruly. The syntax makes sense. Characters within quotes should be accepted as is. |
Added support for quoted text without restrictions on characters. This is pushed in to dev-0.5-0 branch and will be included in the next release. |
A fix for this has been released in version 0.5.0 |
e7cb84b and then d6766de dramatically expanded the range of valid label characters, but many potentially-special characters are still excluded (e.g.,
{
). This is a gap with respect to Graphviz DOT (cf. #5), and an annoying one for representing certain kinds of structured data. It would be convenient to follow the lead of CSS, expanding the syntax allowed inside of[…]
to allow quoted strings in addition to identifiers.The text was updated successfully, but these errors were encountered: