Replies: 1 comment
-
We won't do those compact syntaxes, see https://d2lang.com/tour/design#readability--prototyping-speed But you can do these arrowheads. https://d2lang.com/tour/connections/#arrowheads |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It is possible to specify the necessary aroow types using general property syntax on connections, but this becomes unusable for largish UML class diagrams.
Is there a concise way to specify composition, aggregation, dependency, inheritance and implementation,
without wrting out all the JSON dicts?
Similar to what Mermaid & palnUML do
Maybe something like this already exists but I am not finding it in the docs
Beta Was this translation helpful? Give feedback.
All reactions