remove suggestion to wrap inline in <table>, that won't work well
parent
9707073efc
commit
e349998d13
|
@ -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?
|
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
|
> If you want an HTML table, I would suggest using an HTML table, which
|
||||||
> should pass through Markdown without being interpreted further:
|
> should pass through Markdown without being interpreted further. To
|
||||||
>
|
> avoid getting the `<div>` inside the `<table>` you can use:
|
||||||
> <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
|
|
||||||
>
|
>
|
||||||
> \[[!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]]
|
||||||
>
|
>
|
||||||
|
|
Loading…
Reference in New Issue