plantuml-parser
plantuml-parser copied to clipboard
Supporting entity and struct
@startuml db
title Database
entity QuestionType {
}
@enduml
or
@startuml db
title Database
struct QuestionType {
}
@enduml
So this variation of class diagram throws an error. I am wondering is it possible to support them?