Text formatted with Texy:
List block collapses:
Column 1 | Column 2 | Column 3 |
---|---|---|
|
List block correct, but extra table cell (bottom-right):
Column 1 | Column 2 | Column 3 |
---|---|---|
|
||
Generated HTML code:
<p>List block collapses:</p>
<table>
<tbody>
<tr>
<th>Column 1</th>
<th>Column 2</th>
<th>Column 3</th>
</tr>
<tr>
<td> </td>
<td>
<ol>
<li>one</li>
<li>two</li>
<li>three</li>
</ol>
</td>
<td> </td>
</tr>
</tbody>
</table>
<p>List block correct, but extra table cell (bottom-right):</p>
<table>
<tbody>
<tr>
<th>Column 1</th>
<th>Column 2</th>
<th>Column 3</th>
</tr>
<tr>
<td rowspan="2"> </td>
<td rowspan="2">
<ol>
<li>one</li>
<li>two</li>
<li>three</li>
</ol>
</td>
<td> </td>
</tr>
<tr>
<td> </td>
</tr>
</tbody>
</table>
Verze Texy: 3.2.3 (konfigurace)