From: http://hendry.iki.fi/ Date: Mon, 7 Sep 2009 09:53:50 +0000 (-0400) Subject: Can't markup [[!table Error: ]] X-Git-Tag: 3.14159265~75^2~23 X-Git-Url: http://git.tremily.us/?p=ikiwiki.git;a=commitdiff_plain;h=8691bc006e16f17450423ef793f1e1a2626e2fe8;hp=507d8ace625317072bfed7925b516fe3c573a568 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`.