From: http://smcv.pseudorandom.co.uk/ Date: Fri, 14 Oct 2011 11:18:07 +0000 (-0400) Subject: plain markdown doesn't have tables, that's a MultiMarkdown feature X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/8a8b6c8d92eb55cbce4ca3942d21e1cea1d13576 plain markdown doesn't have tables, that's a MultiMarkdown feature --- diff --git a/doc/plugins/table.mdwn b/doc/plugins/table.mdwn index 0824c6885..bae859176 100644 --- a/doc/plugins/table.mdwn +++ b/doc/plugins/table.mdwn @@ -7,4 +7,6 @@ or DSV ([delimiter-separated values](http://en.wikipedia.org/wiki/Delimiter-sepa It needs the perl module [[!cpan Text::CSV]] for the CSV data. -Note that you can already build tables with the [[ikiwiki/markdown]] markup. +Note that you can also build tables in [[ikiwiki/Markdown]] pages +without using this plugin, by enabling the `multimarkdown` option +and installing the [[!cpan Text::MultiMarkdown]] Perl module.