From e89409158c116750e5d25c9a93734afbaa03c6af Mon Sep 17 00:00:00 2001 From: smcv Date: Tue, 9 Sep 2014 13:45:16 -0400 Subject: [PATCH] I would recommend using HTML here --- ...ning_adds_newlines_which_can_break_markdown.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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]] -- 2.39.5