-
Notifications
You must be signed in to change notification settings - Fork 49
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
Cancellation characters #82
Comments
I took a look at the graphviz documentation on this one. https://graphviz.gitlab.io/_pages/doc/info/attrs.html#k:escString
|
Because I am trying to keep as much of the graphviz functionality as possible available in GraphViz, I want to preserve the ability to use those special escape sequences in labels. |
Thank you for looking into this. I'll incorporate your research into my venture. The structured data example in your blog article demonstrating use of PSGraph has the same issue which brought me here. The label field for C:\Workspace\PSGraph node is missing backslashes associated with the FullName of the folder. I did obvious things like replacing "\" with "\\" in a copy of the FullName for labeling but it did not help. |
It appears that backslashes (possibly other special chacters) are not printed when included in labels. imagine I could mitigate this before passing lists to PSGraph but it would be ideal to handle any special character cancellation internally.
The text was updated successfully, but these errors were encountered: