View Single Post
Old 11-30-2020, 11:12 AM   #13
retiredbiker
Evangelist
retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.retiredbiker ought to be getting tired of karma fortunes by now.
 
retiredbiker's Avatar
 
Posts: 451
Karma: 3886916
Join Date: May 2013
Location: Ontario, Canada
Device: Kindle KB, Oasis, Pop_Os!, Kobo Forma
Quote:
Originally Posted by deback View Post
Yes, remove manually in a text editor, but I would try this first: Find \n\n and replace it with \n. Hopefully, the line space that should be there after a paragraph would be at \n\n\n.
Doing this in a text editor just replacing \n\n with \n would remove the blank lines, making it worse. If I have a text file with "blank" lines, what I do is basically:

Replace \n\n with some unused symbol, like #
Replace \n with a space
Replace the # with \n
Replace space space with space a few times to get rid of multiple spaces.

It's almost always messier than just that, but that is the basic process.
retiredbiker is offline   Reply With Quote