{ { {#!dot
digraph SomeGraph {  
  甲->{ 乙 丙 };
  乙->丙->丁;
}
} } }