]> sipb.mit.edu Git - ikiwiki.git/blob - doc/bugs/graphviz_demo_generates_empty_graph.mdwn
opendiscussion: don't allow editing discussionpage if discussion is disabled
[ikiwiki.git] / doc / bugs / graphviz_demo_generates_empty_graph.mdwn
1 The following code in our sandbox generates an empty graph:
2
3     [[!graph  src=""""
4     google [ href="http://google.com/" ]
5     sandbox [ href=\[[SandBox]] ]
6     help [ href=\[[ikiwiki/formatting]] ]
7     newpage [ href=\[[NewPage]] ]
8     
9     google -> sandbox -> help -> newpage -> help -> google;
10     """"]]
11
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]]
13
14 > Looking at the example shows too many double quoted. [[fixed|done]]
15 > --[[Joey]]