We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Foo -> _.Bar
"NameWith.Dot"
A: { B -> _.C } "D.E": { F -> _.C }
produces the following diagram:
While it probably should produce the same thing as
A: { B -> _.C } Wow: D.E { F -> _.C }
does:
Note that the
A: { B -> _.C }
must be present for this bug to occur.
d2 version 0.4.2
The text was updated successfully, but these errors were encountered:
alixander
Successfully merging a pull request may close this issue.
produces the following diagram:
While it probably should produce the same thing as
does:
Note that the
must be present for this bug to occur.
d2 version 0.4.2
The text was updated successfully, but these errors were encountered: