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
The word build is breaking connections:
build
This breaks:
style wardley title Test component Foo [0.73, 0.50] component Bar [0.74, 0.29] component Foo-build [0.83, 0.32] Foo-build->Bar Foo->Bar
Whereas this works:
style wardley title Test component Foo [0.73, 0.50] component Bar [0.74, 0.29] component Foo-another [0.83, 0.32] Foo-another->Bar Foo->Bar
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The word
build
is breaking connections:This breaks:
Whereas this works:
The text was updated successfully, but these errors were encountered: