Photos
Blog
Projects
vanrenterghem.biz
projects
/
git.ikiwiki.info.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
d/ikiwiki.doc-base: register the documentation with doc-base
[git.ikiwiki.info.git]
/
doc
/
ikiwiki
/
directive
/
graph.mdwn
diff --git
a/doc/ikiwiki/directive/graph.mdwn
b/doc/ikiwiki/directive/graph.mdwn
index 6584a2178fe82a90cf1eb1df97ef59a46ce231ac..7021e47fb6a64d7e5c27fba2b98c79fab0275908 100644
(file)
--- 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:
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/" ]
google [ href="http://google.com/" ]
- sandbox [ href=[[SandBox]] ]
- help [ href=[[ikiwiki/formatting]] ]
- newpage [ href=[[NewPage]] ]
+ sandbox [ href=
\
[[SandBox]] ]
+ help [ href=
\
[[ikiwiki/formatting]] ]
+ newpage [ href=
\
[[NewPage]] ]
google -> sandbox -> help -> newpage -> help -> google;
google -> sandbox -> help -> newpage -> help -> google;
- """
"
]]
+ """]]
The `graph` directive supports the following parameters:
The `graph` directive supports the following parameters: