diff options
author | http://lj.rossia.org/users/imz/ <http://lj.rossia.org/users/imz/@web> | 2009-12-02 13:20:43 -0500 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2009-12-02 13:20:43 -0500 |
commit | 917b8e5ba17ba4b0c9a2cf5c12781f1880d02ff5 (patch) | |
tree | 45e305c1a1b52efabf620adf43c1eab5e62f5719 /doc/plugins | |
parent | 9fdd9af2db2bd21e543fa0f5f4bfa85b56b8dd5c (diff) |
minor: a link to describe the mentioned format
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. |