From: http://hendry.iki.fi/ Date: Mon, 7 Sep 2009 09:53:50 +0000 (-0400) Subject: Can't markup [[!table Error: ]] X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/8691bc006e16f17450423ef793f1e1a2626e2fe8?ds=sidebyside Can't markup [[!table Error: ]] --- diff --git a/doc/plugins/table.mdwn b/doc/plugins/table.mdwn index 7b080acda..eb19323e6 100644 --- a/doc/plugins/table.mdwn +++ b/doc/plugins/table.mdwn @@ -6,3 +6,5 @@ It can build HTML tables from data in CSV (comma-separated values) or DSV (delimiter-separated values) format. It needs the perl module [[!cpan Text::CSV]] for the CSV data. + +If you see `[[!table\ Error: ]]` you probably need to `sudo apt-get install libtext-csv-perl`.