diff options
author | https://id.koumbit.net/anarcat <https://id.koumbit.net/anarcat@web> | 2011-10-14 00:57:25 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2011-10-14 00:57:25 -0400 |
commit | 648754272d0dfb4d1fc4e8fc71819e6ab8d932d6 (patch) | |
tree | b5f2cbfcd1d7ce661f04ee5cf3e946f34c760be2 /doc/plugins/table.mdwn | |
parent | 385e4506e3c28374cb64fb678d485adecb06ff6f (diff) | |
download | ikiwiki-648754272d0dfb4d1fc4e8fc71819e6ab8d932d6.tar ikiwiki-648754272d0dfb4d1fc4e8fc71819e6ab8d932d6.tar.gz |
point to markdown tables
Diffstat (limited to 'doc/plugins/table.mdwn')
-rw-r--r-- | doc/plugins/table.mdwn | 2 |
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. |