info below
stateDiagram direction LR state A { direction BT a --> b } state C { direction RL c --> d } A --> C
%%{int:{ "themeVariables": { "transitionColor":"red", "labelColor":"yellow", "transitionLabelColor":"blue", "stateBkg":"green", "compositeBackground":"pink", "altBackground":"purple", "clusterTitleBackground":"blue", "compositeBorder":"red" }}}%% stateDiagram state CompositeState { state AnotherCompositeState { AnotherState --> YetANotherState:a label } }
sequenceDiagram Alice->>+John: Hello John, how are you? Alice->>+John: John, can you hear me? John-->>-Alice: Hi Alice, I can hear you! John-->>-Alice: I feel great! note right of John: Hello note reader