aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/table.mdwn
diff options
context:
space:
mode:
authorhttp://smcv.pseudorandom.co.uk/ <smcv@web>2011-10-14 07:18:07 -0400
committeradmin <admin@branchable.com>2011-10-14 07:18:07 -0400
commit8a8b6c8d92eb55cbce4ca3942d21e1cea1d13576 (patch)
tree4814a159237fccec864f3c0b1c9dacfb8eb3ebd9 /doc/plugins/table.mdwn
parent648754272d0dfb4d1fc4e8fc71819e6ab8d932d6 (diff)
downloadikiwiki-8a8b6c8d92eb55cbce4ca3942d21e1cea1d13576.tar
ikiwiki-8a8b6c8d92eb55cbce4ca3942d21e1cea1d13576.tar.gz
plain markdown doesn't have tables, that's a MultiMarkdown feature
Diffstat (limited to 'doc/plugins/table.mdwn')
-rw-r--r--doc/plugins/table.mdwn4
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.