summaryrefslogtreecommitdiff
path: root/ikiwiki/directive/graph.mdwn
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2012-08-04 12:13:19 +0200
committerJonas Smedegaard <dr@jones.dk>2012-08-04 12:13:19 +0200
commit0686e55e2a02a8e50cac8ac21a51d938a4cb0784 (patch)
tree0cc5cbcfd3e2a8fa6754e7bd8706f8a64e9f3e94 /ikiwiki/directive/graph.mdwn
parent310150aea29904bc6a929ddcfbc191362ec19714 (diff)
Sync with ikiwiki 3.20120419.
Diffstat (limited to 'ikiwiki/directive/graph.mdwn')
-rw-r--r--ikiwiki/directive/graph.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/ikiwiki/directive/graph.mdwn b/ikiwiki/directive/graph.mdwn
index 8b066c2..7021e47 100644
--- a/ikiwiki/directive/graph.mdwn
+++ b/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: