diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-12-02 17:23:14 -0500 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-12-02 17:23:14 -0500 |
commit | 4d9ef221eb446f87706f48d5df6c2f99ade16543 (patch) | |
tree | 2a94ce15ae70bb55177a3a59fd27140682ab5bf7 /doc/plugins | |
parent | 3fd8a7f91ccf0f9628a345d7ae08e8bba508410c (diff) | |
parent | 917b8e5ba17ba4b0c9a2cf5c12781f1880d02ff5 (diff) |
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/table.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/table.mdwn b/doc/plugins/table.mdwn index 7b080acda..10a85bb2c 100644 --- a/doc/plugins/table.mdwn +++ b/doc/plugins/table.mdwn @@ -3,6 +3,6 @@ This plugin provides the [[ikiwiki/directive/table]] [[ikiwiki/directive]]. It can build HTML tables from data in CSV (comma-separated values) -or DSV (delimiter-separated values) format. +or DSV ([delimiter-separated values](http://en.wikipedia.org/wiki/Delimiter-separated_values)) format. It needs the perl module [[!cpan Text::CSV]] for the CSV data. |