]> sipb.mit.edu Git - ikiwiki.git/commitdiff
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
authorJoey Hess <joey@gnu.kitenet.net>
Wed, 2 Dec 2009 22:23:14 +0000 (17:23 -0500)
committerJoey Hess <joey@gnu.kitenet.net>
Wed, 2 Dec 2009 22:23:14 +0000 (17:23 -0500)
doc/plugins/table.mdwn

index 7b080acdaffceca13c8e31420ddb0c1fa10cdfc2..10a85bb2cd03a89f17aa06138a2777af58225da0 100644 (file)
@@ -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.