Quote:
Originally Posted by gondwild
The obvious way to remedy this is to simply remove the line break from the end of each line, but thats some seriously time consuming work. Is there a way for calibre to do this?
|
The normal technique is to use a global edit to:
- replace every double line break with some unusual character (or character sequence) not used in the document. The assumption is that the double line feeds are almost certainly paragraph breaks.
- Replace every single line feed with space. This allows text flow to happen.
- replace the character you used in the first step with whatever you want to use for paragraph breaks.