{{{#!GraphViz dot
digraph SomeGraph {
  $STD_GRAPH_HEADER
  A -> { B C }
  B -> C
}
}} }