If I have the following code:
<div id="nla">hi</div><table>
<tr>
<td>hi</td></tr></table>
I want to use Scite or any other program to take this as input, and spit it out as:
<div id="nla">
hi
</div>
<table>
<tr>
<td>
hi
</td>
</tr></table>