aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/graphviz_demo_generates_empty_graph.mdwn
diff options
context:
space:
mode:
authorhttps://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2012-04-15 20:15:50 -0400
committeradmin <admin@branchable.com>2012-04-15 20:15:50 -0400
commitd810970fb503b0a6778b7670cb06ff83c8b0bff5 (patch)
tree24ca0d3d85c49eb7b499e4af7ae72e7fa9780302 /doc/bugs/graphviz_demo_generates_empty_graph.mdwn
parentbdf69c34f0f57a14ecc826f8dddc1e7103bdd03f (diff)
downloadikiwiki-d810970fb503b0a6778b7670cb06ff83c8b0bff5.tar
ikiwiki-d810970fb503b0a6778b7670cb06ff83c8b0bff5.tar.gz
the demo actually doesn't work
Diffstat (limited to 'doc/bugs/graphviz_demo_generates_empty_graph.mdwn')
-rw-r--r--doc/bugs/graphviz_demo_generates_empty_graph.mdwn12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/bugs/graphviz_demo_generates_empty_graph.mdwn b/doc/bugs/graphviz_demo_generates_empty_graph.mdwn
new file mode 100644
index 000000000..239242bbd
--- /dev/null
+++ b/doc/bugs/graphviz_demo_generates_empty_graph.mdwn
@@ -0,0 +1,12 @@
+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]]