X-Git-Url: https://sipb.mit.edu/gitweb.cgi/ikiwiki.git/blobdiff_plain/cf3e3c5a8849dcf7f43d055bb9555e088651bae4..96566c33a79a1628a75bc573d924fd3be8b6b37d:/doc/bugs/Inlining_adds_newlines_which_can_break_markdown.mdwn 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 eb71994e5..3928c2192 100644 --- a/doc/bugs/Inlining_adds_newlines_which_can_break_markdown.mdwn +++ b/doc/bugs/Inlining_adds_newlines_which_can_break_markdown.mdwn @@ -9,13 +9,8 @@ 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`; or even just +> should pass through Markdown without being interpreted further. To +> avoid getting the `
` inside the `` you can use: > > \[[!inline pages="link(/category/env)" feeds=no archive=yes sort=title template=tagtable]] >