From 8a8b6c8d92eb55cbce4ca3942d21e1cea1d13576 Mon Sep 17 00:00:00 2001 From: "http://smcv.pseudorandom.co.uk/" Date: Fri, 14 Oct 2011 07:18:07 -0400 Subject: [PATCH] plain markdown doesn't have tables, that's a MultiMarkdown feature --- doc/plugins/table.mdwn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. -- 2.26.2