$ echo '<template><tr><td>1</td></tr></template>' |
tidy --show-body-only 1 --show-info 0 --indent 1
line 1 column 1 - Warning: missing </template> before <tr>
line 1 column 11 - Warning: inserting implicit <table>
line 1 column 30 - Warning: discarding unexpected </template>
line 1 column 11 - Warning: missing </table>
line 1 column 1 - Warning: missing </template>
Tidy found 5 warnings and 0 errors!
<template>
<table>
<tr>
<td>
1
</td>
</tr>
</table>
</template>