Hi community,
If i write a markdown table or if a paste an HTML table code, the page will show me a stretched table long as the monitor width.
eg.:
<table>
<tbody>
<tr>
<td>vdvd</td>
<td>vd</td>
</tr>
<tr>
<td>vdv</td>
<td>vd</td>
</tr>
</tbody>
</table>
This will give me a huge table !!!
How can i make just a small table?
Thank you!