Open zhmin opened 4 years ago
if there is < in content when using classDiagram, it will not work. For example
classDiagram Animal <|-- Duck Animal <|-- Fish
so we must add < escape, it will work.
classDiagram Animal <|-- Duck Animal <|-- Zebra
if there is < in content when using classDiagram, it will not work. For example
so we must add < escape, it will work.