Hello, I'd like to use the notation for the composite state (described here:
https://plantuml.com/en/state-diagram), however, I also want to add the state description (as in the simple state notation):
state "St1" as st1: state description
How should I add "state description" into the below code?
state "St1" as st1 {
}
Thanks!