There is an issue rendering tables in the wiki using HTML tags instead of MD syntax.
The table will be aligned in the bottom of the page.
Steps to reproduce:
Create a new page and paste the following code:
## TITLE
<table>
<tr>
<th>header</th>
<td>test</td>
</tr>
</table>
### SUBTITLE

There is an unexpected gap between the TITLE and the Table.