You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The block must start with `..graphviz` (this is configurable — see below). The word `dot` in the first line indicates which program will be used to produce the image. The available programs are: `dot`, `neato`, `twopi`, `circo`, `fdp`, `sfdp`, and `patchwork` (see the [Graphviz documentation][] for details). The Graphviz code must start on the second line of the block. Please note that *newlines are not allowed inside the Graphviz block*.
51
+
The block must start with `..graphviz` (this is configurable — see below). The word `dot` in the first line indicates which program will be used to produce the image. The available programs are: `dot`, `neato`, `twopi`, `circo`, `fdp`, `sfdp`, and `patchwork` (see the [Graphviz documentation][] for details). The Graphviz code must start on the second line of the block. Please note that *empty lines are not allowed inside the Graphviz block*.
0 commit comments