]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/plugins/table.mdwn
oh but you *can* make tables with simple markdown, it's just they are regular HTML...
[ikiwiki.git] / doc / plugins / table.mdwn
index 7b080acdaffceca13c8e31420ddb0c1fa10cdfc2..d16bcc7265dd232d3f7c0bda7ae51df9768c362b 100644 (file)
@@ -1,8 +1,12 @@
 [[!template id=plugin name=table author="[[VictorMoral]]"]]
-[[!tag type/format]]
+[[!tag type/widget]]
 
 This plugin provides the [[ikiwiki/directive/table]] [[ikiwiki/directive]].
 It can build HTML tables from data in CSV (comma-separated values)
-or DSV (delimiter-separated values) format.
+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 also build tables in [[ikiwiki/Markdown]] pages
+without using this plugin, by enabling the `multimarkdown` option
+and installing the [[!cpan Text::MultiMarkdown]] Perl module or simply by using the `<table>` HTML tag.