Feature proposal at
TWiki:Codev.TableCellsWithTML
--
TWiki:Main/PeterThoeny
- 2014-12-05
Peter, this is great.
I've come across the following behavior.
|>>
* abc
* def
* ghi
<<|>>
* 123
* 456
* 478
<<|
is rendered into
<table cellspacing="0" id="table1" cellpadding="0" class="twikiTable" rules="all" border="1">
<tr class="twikiTableOdd twikiTableRowdataBgSorted0 twikiTableRowdataBg0">
<td bgcolor="#ffffff" valign="top" class="twikiTableCol0 twikiFirstCol twikiLast"><ul>
<li> abc
</li> <li> def
</li> <li> ghi </td><td bgcolor="#ffffff" valign="top" class="twikiTableCol1 twikiLastCol twikiLast">
</li> <li> 123
</li> <li> 456
</li> <li> 478 </td></tr></table>
The second column has <ul> and </ul> missing.
--
TWiki:Main.HideyoImazu
- 2014-12-17
OK, this is now fixed. Problem was with leading whitespace on table tags, which prevented the bullet list from closing properly at the end of a table cell.
--
TWiki:Main.PeterThoeny
- 2014-12-19