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-Tag: 3.20111106~36 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/5263e498ea5ed5bd9556b99f0f016c5122ad4871?hp=550a804390c48aca890e7078ed75fe032cd45377 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.