diff options
author | http://smcv.pseudorandom.co.uk/ <smcv@web> | 2011-10-14 07:18:07 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-10-14 07:18:07 -0400 |
commit | 8a8b6c8d92eb55cbce4ca3942d21e1cea1d13576 (patch) | |
tree | 4814a159237fccec864f3c0b1c9dacfb8eb3ebd9 | |
parent | 648754272d0dfb4d1fc4e8fc71819e6ab8d932d6 (diff) | |
download | ikiwiki-8a8b6c8d92eb55cbce4ca3942d21e1cea1d13576.tar ikiwiki-8a8b6c8d92eb55cbce4ca3942d21e1cea1d13576.tar.gz |
plain markdown doesn't have tables, that's a MultiMarkdown feature
-rw-r--r-- | doc/plugins/table.mdwn | 4 |
1 files changed, 3 insertions, 1 deletions
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. |