If it helps, I fix the remaining ones in Sigil, by doing a s&r
search '([a-z])</p>## <p>' replace '\1 ' (##=crlf*2, +2 spaces), replace has a space as well.
And a similar one for lines ending in a comma.
(And do a search for ones that end in a semicolon or colon, just as a check)
I don't know if the preprocessing code can include a regex, but that sort of thing may make it more complete.
|