Try to put this way between the rows of the table.
Example:
<table>
<tr>
<td>Info 1</td>
</tr>
<tr>
<td><br></td>
</tr>
<tr>
<td>Info 2</td>
</tr>
</table>
Try to put this way between the rows of the table.
Example:
<table>
<tr>
<td>Info 1</td>
</tr>
<tr>
<td><br></td>
</tr>
<tr>
<td>Info 2</td>
</tr>
</table>
Thank you! I would try this in my next tutorial. I would need to read more about the table html tag, and also the table markdown. It is of great help.