From 30efedbbd07e5dd707cd98e89e6e0e4cc3dbbd02 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 18 Apr 2012 15:20:33 -0400 Subject: fix example --- doc/ikiwiki/directive/graph.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/ikiwiki') diff --git a/doc/ikiwiki/directive/graph.mdwn b/doc/ikiwiki/directive/graph.mdwn index 8b066c2f2..7021e47fb 100644 --- a/doc/ikiwiki/directive/graph.mdwn +++ b/doc/ikiwiki/directive/graph.mdwn @@ -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: -- cgit v1.2.3