I am trying out plantUML Confluence plugin. I tried to build a component diagram using the following syntax:
database "MySql" {
[comp 1]
[comp 2]
}
the diagram returned error.
When changing "database" into "package" the diagram was parsed fine.
Any idea?