Quote:
Originally Posted by phossler
My RegEx is mostly cookbook, i.e. look up a recipe, bake it, and see if I like it
Find: \x0a([^\s?])
Replace: space\1
|
I don't know about the Replace, but see what you think about
:
for finding linefeeds that aren't immediately preceded by a ">" (or another linefeed).
Will probably match the linefeed in a split-line DOCTYPE, but those tend to disappear in calibre's editor anyway.