Quote:
Originally Posted by motsaw
Hello.
How can I remove unnecessary space between words during conversion? Maybe some calibre plugin can do it, or there's some option in calibre, that I can't find? Please look at the screenshot. 
Please point me to the proper thread if this was resolved already.
|
Convert to epub or azw then open using the editor and use this regex to find and join the split paragraphs:
Edit:
Search
Code:
</p>\s*<p[^>]+>([a-z0-9])
Replace
bernie