fix example
authorJoey Hess <joey@kitenet.net>
Wed, 18 Apr 2012 19:20:33 +0000 (15:20 -0400)
committerJoey Hess <joey@kitenet.net>
Wed, 18 Apr 2012 19:20:33 +0000 (15:20 -0400)
doc/bugs/graphviz_demo_generates_empty_graph.mdwn
doc/ikiwiki/directive/graph.mdwn

index 239242bbd9a8383fc8e0f25a7247382d6f8e9a1d..5b96f148e531f70084f68b2bcf6844aa3d9bc3ac 100644 (file)
@@ -10,3 +10,6 @@ The following code in our sandbox generates an empty graph:
     """"]]
 
 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]] 
index 8b066c2f2a64fa4f7022f713b9035873a86bbbbd..7021e47fb6a64d7e5c27fba2b98c79fab0275908 100644 (file)
@@ -9,14 +9,14 @@ Nodes on the graph can link to external urls using regular graphviz syntax,
 and a clickable imagemap will be created. As a special extension for
 ikiwiki, [[WikiLinks|ikiwiki/wikilink]] can also be used. For example:
 
-       \[[!graph src=""""
+       \[[!graph src="""
        google [ href="http://google.com/" ]
        sandbox [ href=\[[SandBox]] ]
        help [ href=\[[ikiwiki/formatting]] ]
        newpage [ href=\[[NewPage]] ]
        
        google -> sandbox -> help -> newpage -> help -> google;
-       """"]]
+       """]]
 
 The `graph` directive supports the following parameters: