X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/ab876a99476429b3f2cda9898db9e4d0afe354a9..4729ff0812c1f3d06d98524e2fec232d3bf90513:/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: -> ->