1 The following code in our sandbox generates an empty graph:
4 google [ href="http://google.com/" ]
5 sandbox [ href=\[[SandBox]] ]
6 help [ href=\[[ikiwiki/formatting]] ]
7 newpage [ href=\[[NewPage]] ]
9 google -> sandbox -> help -> newpage -> help -> google;
12 It is the exact same thing that on the [[ikiwiki/directive/graph/]] directive documentation, from the [[plugins/graphviz]] plugin. This is ikiwiki 3.20120203 on Debian wheezy and graphviz is installed (2.26.3-10). Note that the first demo actually works. See <http://mesh.openisp.ca/sandbox> --[[anarcat]]
14 > Looking at the example shows too many double quoted. [[fixed|done]]