Peng Xiao
Peng Xiao
This is arguably a renderer issue or a DSL generator issue.
The DSL generation does not handle methods in a Jar correctly. See https://github.com/ZenUml/jetbrains-zenuml/blob/aeff623e902c4351fc17aac7b2b73f8dda9fac35/src/com/zenuml/dsl/PsiToDslConverter.java#L67 It close the expression immediately. The intent was to not walk down into jars.
## :bookmark_tabs: Summary Added support for ZenUML Diagram. Resolves #3435 ## :straight_ruler: Design Decisions ZenUML support code is in the `mermaid-zenuml` folder. Documents and Test are added to corresponding folders....
### Description ZenUML has a few built-in themes (they not been ported yet). In the future, it might be a good idea to add mermaid-ish themes to ZenUML. I will...