I don't know if this is a deliberate omission on the Beautify feature but I have had quite a few files where the majority of the text is in one long line. Within the line there are many logical <p> paragraphs but "Beautify" doesn't break the line up where they occur.
So you get :
Code:
<p>blah, blah, blah</p><p>blah, blah, blah</p><p>blah, blah, blah</p><p>blah, blah, blah</p><p>blah, blah, blah</p>
where a more Beautiful version would be :
Code:
<p>blah, blah, blah</p>
<p>blah, blah, blah</p>
<p>blah, blah, blah</p>
<p>blah, blah, blah</p>
<p>blah, blah, blah</p>
Is this deliberate or some oversight in the feature - I usually resort to Sigil to solve this before doing the main work using the Editor.
BobC