aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/graphviz_demo_generates_empty_graph.mdwn
blob: 5b96f148e531f70084f68b2bcf6844aa3d9bc3ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
The following code in our sandbox generates an empty graph:

    [[!graph  src=""""
    google [ href="http://google.com/" ]
    sandbox [ href=\[[SandBox]] ]
    help [ href=\[[ikiwiki/formatting]] ]
    newpage [ href=\[[NewPage]] ]
    
    google -> sandbox -> help -> newpage -> help -> google;
    """"]]

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]]

> Looking at the example shows too many double quoted. [[fixed|done]]
> --[[Joey]]