Kazuki Tsunemi
Kazuki Tsunemi
## :bookmark_tabs: Summary = Sample Implementation of `package` of class diagram Resolves #1052 NOTE: the parser logic only, need to implement rendering logic. ## :straight_ruler: Design Decisions Describe the way...
'build' can be specified either as a string containing a path to the build context. Specify the 'image' instead when start the container from image.
### Description INPUT a generic class with different type arguments, ex `class Shape~T1~` and `class Shape~T2~` ``` classDiagram class Shape~T1~ class Shape~T2~ ``` rendered as a same object ```mermaid classDiagram...