aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhttps://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web>2011-10-14 00:57:25 -0400
committeradmin <admin@branchable.com>2011-10-14 00:57:25 -0400
commit648754272d0dfb4d1fc4e8fc71819e6ab8d932d6 (patch)
treeb5f2cbfcd1d7ce661f04ee5cf3e946f34c760be2
parent385e4506e3c28374cb64fb678d485adecb06ff6f (diff)
downloadikiwiki-648754272d0dfb4d1fc4e8fc71819e6ab8d932d6.tar
ikiwiki-648754272d0dfb4d1fc4e8fc71819e6ab8d932d6.tar.gz
point to markdown tables
-rw-r--r--doc/plugins/table.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/plugins/table.mdwn b/doc/plugins/table.mdwn
index fe66f90a8..0824c6885 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](http://en.wikipedia.org/wiki/Delimiter-separated_values)) format.
It needs the perl module [[!cpan Text::CSV]] for the CSV data.
+
+Note that you can already build tables with the [[ikiwiki/markdown]] markup.