Can I correct the indention of selected code (not my whole page) with BBEdit?
So if I had this:
<div><div><div>
<div><div><div><div>
</div>
</div></div></div></div></div></div>
It colud become this:
<div>
<div>
<div>
<div>
<div>
<div>
</div>
</div>
</div>
</div>
</div>