peele / plantuml-preview

Atom package.
MIT License
23 stars 13 forks source link

Box syntax not working(?) #12

Closed ghost closed 8 years ago

ghost commented 8 years ago

Hi,

I would like to use the 'box' syntax. Example as follows:


actor User

participant "Device Client"

box "plaform a" #LightBlue participant "service a" end box

box "platform b" #LightGreen participant "service b" participant "service c"

end box

I cannot get it to work. Can you help?

ghost commented 8 years ago

Not a bug, but user error. Apologies.