markushedvall / plantuml-viewer

PlantUML Viewer package for Atom
MIT License
61 stars 14 forks source link

plantuml-viewer is not rendering "database" keyword #50

Open fdutenho opened 5 years ago

fdutenho commented 5 years ago

@startuml allow_mixing class foo1 usecase foo2 database foo3 foo1 -- foo2 @enduml

ends up with "database foo3 Syntax Error? did you mean: database- foo3"

fdutenho commented 5 years ago

"compile" the .puml file into an .png with plantuml.jar works