The following graph shows two boxes, connected: ```ditaa +-----+ +-----+ | A |-->| B | +-----+ +-----+ ``` As you can see, ditaa renders that quite pretty. It's turned into an embedded SVG. Other blocks are left untouched: ```ruby puts "olleH".reverse ``` That's it!