|
|
|
|
|
by enriquto
876 days ago
|
|
Thanks to optional closing tags, html5 tables are quite neat: <table>
<tr>
<td>first row, first column
<td>first row, second column
<td>first row, third column
<tr>
<td>second row, first column
<td>second row, second column
<td>second row, third column
</table>
Does it get any better in markdown? |
|