diff options
author | Amitai Schleier <schmonz-web-ikiwiki@schmonz.com> | 2018-10-22 00:24:59 -0400 |
---|---|---|
committer | Amitai Schleier <schmonz-web-ikiwiki@schmonz.com> | 2018-10-22 00:24:59 -0400 |
commit | 9332b8115daa2a0813cbc97dc7054576b063eab0 (patch) | |
tree | a696bd1e211add1541838f07eba7f47942a9f10b /doc | |
parent | 81bad6a03ff9c2412c34c2a20bfcd0f710cc0c03 (diff) | |
download | ikiwiki-9332b8115daa2a0813cbc97dc7054576b063eab0.tar ikiwiki-9332b8115daa2a0813cbc97dc7054576b063eab0.tar.gz |
Give graph an optional "file" param, like table's.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ikiwiki/directive/graph.mdwn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ikiwiki/directive/graph.mdwn b/doc/ikiwiki/directive/graph.mdwn index 7021e47fb..1463420d7 100644 --- a/doc/ikiwiki/directive/graph.mdwn +++ b/doc/ikiwiki/directive/graph.mdwn @@ -21,6 +21,7 @@ ikiwiki, [[WikiLinks|ikiwiki/wikilink]] can also be used. For example: The `graph` directive supports the following parameters: - `src` - The graphviz source to render. +* `file` - A file in the wiki containing the graphviz source. - `type` - The type of graph to render: `graph` or `digraph`. Defaults to `digraph`. - `prog` - The graphviz program to render with: `dot`, `neato`, `fdp`, `twopi`, |