]> sipb.mit.edu Git - ikiwiki.git/commitdiff
remove suggestion to wrap inline in <table>, that won't work well
authorsmcv <smcv@web>
Thu, 18 Sep 2014 08:39:19 +0000 (04:39 -0400)
committeradmin <admin@branchable.com>
Thu, 18 Sep 2014 08:39:19 +0000 (04:39 -0400)
doc/bugs/Inlining_adds_newlines_which_can_break_markdown.mdwn

index eb71994e54a35637bee58ce037b9a9bc243dda7e..3928c219297971b316e927223716ab1f2c9cfe5b 100644 (file)
@@ -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
 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:
->
->     <table><tr>
->     \[[!inline pages="link(/category/env)" feeds=no archive=yes sort=title template=tagtd]]
->     </tr></table>
->
-> where tagtd.tmpl is of the form `<td>your markup here</td>`; or even just
+> should pass through Markdown without being interpreted further. To
+> avoid getting the `<div>` inside the `<table>` you can use:
 >
 >     \[[!inline pages="link(/category/env)" feeds=no archive=yes sort=title template=tagtable]]
 >
 >
 >     \[[!inline pages="link(/category/env)" feeds=no archive=yes sort=title template=tagtable]]
 >