-
Notifications
You must be signed in to change notification settings - Fork 30
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
Sensitivity to spaces #84
Comments
Currently I don't have time to look into this. From what I remember we are not alternating the input in any way. So I can think of two possible sources:
|
The above given DOT source renders the spaces with our current release: |
@bigbug I still have the same results in version 0.2.0 |
What system are you on? |
Arch Linux |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Dot format is sensitive to spaces. Quote from https://graphviz.org/doc/info/shapes.html#html
ERD diagram in DOT format
This is how it looks if rendered with dot utility:
And this is a screenshot from VS code:
The text was updated successfully, but these errors were encountered: