View Single Post
Old 03-08-2017, 12:40 PM   #6
gbm
Wizard
gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.gbm ought to be getting tired of karma fortunes by now.
 
Posts: 2,191
Karma: 8888888
Join Date: Jun 2010
Device: Kobo Clara HD,Hisence Sero 7 Pro RIP, Nook STR, jetbook lite
Quote:
Originally Posted by MerlinMama View Post
snip

Just like if there are five blank lines between paragraphs. They don't render as blank lines in any viewer or reader, but if I know they're there, they annoy me LOL
Those empty line returns may not render but they do slow down the reader or reader app.

If there is more than one return then I use the following regex to remove them:
search:
Code:
>\n*<
Replace
Code:
>\n<
With Project Gutenberg ebooks they have a lot returns in the text so I remove all returns then put them back between block elements.


bernie
gbm is offline   Reply With Quote