##在这里详述 GraphVizForMoin/DotScript。 `{{{#!dot` `digraph SomeGraph {` ` rankdir=LR;` ` 甲->{ 乙 丙 };` ` 乙->丙->丁;` `}` `}}}`