From: smcv Date: Tue, 9 Sep 2014 17:45:16 +0000 (-0400) Subject: I would recommend using HTML here X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/commitdiff_plain/e89409158c116750e5d25c9a93734afbaa03c6af I would recommend using HTML here --- diff --git a/doc/bugs/Inlining_adds_newlines_which_can_break_markdown.html b/doc/bugs/Inlining_adds_newlines_which_can_break_markdown.html index 3a7741fd6..b40d5d0ff 100644 --- a/doc/bugs/Inlining_adds_newlines_which_can_break_markdown.html +++ b/doc/bugs/Inlining_adds_newlines_which_can_break_markdown.html @@ -11,3 +11,16 @@ but there's a line in
inline.pm
that does: And the extra newlines break the table. Can they be safely removed? +> If you want an HTML table, I would suggest using an HTML table, which +> should pass through Markdown without being interpreted further: +> +> +> \[[!inline pages="link(/category/env)" feeds=no archive=yes sort=title template=tagtd]] +>
+> +> where tagtd.tmpl is of the form `your markup here`. +> +> I don't think you're deriving much benefit from Markdown's table syntax +> here, if you have to mix it with HTML::Template and ikiwiki directives, +> and be pathologically careful with whitespace. "Right tool for the job" +> and all that :-) --[[smcv]]