From 05dc3e549b4a8ddd09de825126b8155f735ab2c3 Mon Sep 17 00:00:00 2001 From: smcv Date: Tue, 9 Sep 2014 13:49:10 -0400 Subject: [PATCH] turn this into mdwn --- ...dds_newlines_which_can_break_markdown.mdwn | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/doc/bugs/Inlining_adds_newlines_which_can_break_markdown.mdwn b/doc/bugs/Inlining_adds_newlines_which_can_break_markdown.mdwn index b40d5d0ff..47027c349 100644 --- a/doc/bugs/Inlining_adds_newlines_which_can_break_markdown.mdwn +++ b/doc/bugs/Inlining_adds_newlines_which_can_break_markdown.mdwn @@ -1,13 +1,10 @@ I'm trying to put a list of tags in a table, so I carefully make a newline-free taglist.tmpl and then do: -
-| [ [!inline pages="link(/category/env)" feeds=no archive=yes sort=title template=taglist] ] |
-
+ | \[[!inline pages="link(/category/env)" feeds=no archive=yes sort=title template=taglist]] | -but there's a line in
inline.pm
that does: -
-        return "<div class=\"inline\" id=\"$#inline\"></div>\n\n";
-
+but there's a line in `inline.pm` that does: + + return "<div class=\"inline\" id=\"$#inline\"></div>\n\n"; And the extra newlines break the table. Can they be safely removed? @@ -23,4 +20,10 @@ And the extra newlines break the table. Can they be safely removed? > 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]] +> and all that :-) +> +> When I edited this page I was amused to find that you used HTML, +> not Markdown, as its format. It seems oddly appropriate to my answer, but +> I've converted it to Markdown and adjusted the formatting, for easier +> commenting. +> --[[smcv]] -- 2.45.0