Adjusting initial classDiagram shape rendering

This commit is contained in:
Ashish Jain
2020-07-21 15:25:16 +02:00
parent 1e400624e0
commit abe23250c4
6 changed files with 237 additions and 19 deletions

View File

@@ -30,9 +30,10 @@
classK ..> classL : Dependency
classM ..|> classN : Realization
classO .. classP : Link(Dashed)
classA : +attr1
classA : +attr1
classA : attr2
classA : method1()
<<interface>> classB
classB : method2() int
</div>
<script src="./mermaid.js"></script>