Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
plantUML でネストされたボックスを作成できません。
@startuml box "B0" #LightBlue Bob -> Alice : hello Box "B1" #LightYellow Bob --> Cunny : hi end box end box @enduml
これにより、ボックスをネストできないというエラーが発生します。
階層化された図のように、ネストされたボックスを表示する他の方法はありますか?