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
I'm attempting to process the following YUML:
// {type:class} // {direction:topDown} // {generate:true} [note: You can stick notes on diagrams too!] [Customer]<>1-orders 0..*>[Order] [Order]++*-*>[LineItem] [Order]-1>[DeliveryMethod] [Order]*-*>[Product|EAN_Code|promo_price()] [Category]<->[Product] [DeliveryMethod]^[National] [DeliveryMethod]^[International]
The output is an empty file.
Elsewhere I've tried using the https://github.com/jaime-olivares/yuml-diagram repo too, which gives me:
Only the website (https://yuml.me) generates the correct output for the given YUML above.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm attempting to process the following YUML:
The output is an empty file.
Elsewhere I've tried using the https://github.com/jaime-olivares/yuml-diagram repo too, which gives me:
Only the website (https://yuml.me) generates the correct output for the given YUML above.
The text was updated successfully, but these errors were encountered: