joplin/CliClient/tests/html_to_md/table_with_empty_row.html

13 lines
158 B
HTML

<table>
<tr>
<td>One</td><td>Two</td>
</tr>
<tr></tr>
<tr>
<td>One</td><td>Two</td>
</tr>
<tr></tr>
<tr>
<td>One</td><td>Two</td>
</tr>
</table>