Quote:
Originally Posted by kovidgoyal
Use find and replace in reges mode with
\n
as find
and empty replace.
|
However if you do this you may concatenate words resulting in spelling errors. So if say line one ends "met the purple" and line 2 starts "monster with big red eyes" you end up with "met the purplemonster with big red eyes.
You could do a replace with a <space> character and perhaps have an additional space if line 1 ended with a trailing space.
In the past if I had a book that was presented with multiple lines per paragraph I would open it first with Sigil and do a reformat and prettify using that before returning to Calibre.
BobC