// no arrow
a -- b
a .. b
// arrows (and in the other direction)
a -> b
a ..> b
// diamonds (or in both directions)
a -<> b
a ..<> b
// colours and messages
a {red} .. b {#ffb700} : o hai arrow!