From: https://id.koumbit.net/anarcat Date: Sun, 16 Oct 2011 05:46:54 +0000 (-0400) Subject: oh but you *can* make tables with simple markdown, it's just they are regular HTML... X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5263e498ea5ed5bd9556b99f0f016c5122ad4871;p=ikiwiki.git oh but you *can* make tables with simple markdown, it's just they are regular HTML tables :P --- diff --git a/doc/plugins/table.mdwn b/doc/plugins/table.mdwn index bae859176..d16bcc726 100644 --- a/doc/plugins/table.mdwn +++ b/doc/plugins/table.mdwn @@ -9,4 +9,4 @@ 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. +and installing the [[!cpan Text::MultiMarkdown]] Perl module or simply by using the `` HTML tag.