Hi,
Having the following (minimal) deployment diagram:
@startuml
artifact artifact {
card card {
cloud cloud {
}
}
}
@enduml
Here, I'd like to create a note for card and cloud, but I can't figure out the syntax and could not find it in deployment diagram docs. Is it supported? Any hints on how to do that?