I have this bit of plantuml:
@startuml
title Sequence diagram
A -> B : First
B -> C : Second
B -> A : Third
@enduml
It renders like this:
I would like to get this instead, with two arrows "happening concurrently":
Any hints on how to achieve this are appreciated!