When enclosing a component within a cloud in the Deployment workflow, there is not enough spacing forcing me to turn this:
@startuml
cloud "AWS" {
folder foo [
//item//
//...//
]
}
@enduml
Into this
@startuml
cloud "AWS\n" {
folder foo [
//item//
//...//
]
}
@enduml