There is an issue discussed at mermaid-js/mermaid-cli#112 (comment) that affects e.g. this diagram:
|
class IComparable~Shape~{ |
|
<<Interface>> |
|
+CompareTo(arg : Shape) int* |
|
} |
except that for some reason, the generic type is not just displayed (not even improperly formatted, just not displayed):
https://princomp.github.io/lectures/oop/interface#a-more-complicated-example

There is an issue discussed at mermaid-js/mermaid-cli#112 (comment) that affects e.g. this diagram:
princomp.github.io/source/uml/cla/Shape.txt
Lines 12 to 15 in 2871697
except that for some reason, the generic type is not just displayed (not even improperly formatted, just not displayed):
https://princomp.github.io/lectures/oop/interface#a-more-complicated-example