joplin/CliClient/tests/html_to_md/table_with_newlines.html

6 lines
113 B
HTML

<table>
<tr>
<td><p>Some paragraph</p><p>inside a table cell</p></td>
<td>Second column</td>
</tr>
</table>