X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/9cee2962e01ef0538cc8498951867a543f91b47d..1ce0d17dc758c4025d2e2eea79a691a8dbb90414:/doc/plugins/table.mdwn diff --git a/doc/plugins/table.mdwn b/doc/plugins/table.mdwn index fb830044f..d16bcc726 100644 --- a/doc/plugins/table.mdwn +++ b/doc/plugins/table.mdwn @@ -1,8 +1,12 @@ [[!template id=plugin name=table author="[[VictorMoral]]"]] -[[!tag type/useful]] +[[!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](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 `` HTML tag.