View Single Post
Old 03-15-2014, 07:40 AM   #1
BobC
Guru
BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.BobC ought to be getting tired of karma fortunes by now.
 
Posts: 691
Karma: 3026110
Join Date: Dec 2008
Location: Lancashire, U.K.
Device: BeBook 1, BeBook Pure, Kobo Glo, (and HD),Energy Sistem EReader Pro +
Beautify feature

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
BobC is offline   Reply With Quote