Assume I create a sequence diagram with markdown. I can create the diagram but I cannot determine which items go in which order. For example:
A -> B: Step 1
B -> A: Step 2
A -> C: Step 1a
I want something like:
A B C
How can I determine which elements go in which order