I got some ebooks where every line is ended with a
like this:
Code:
bla bla blub bla bla<br/>
bla bla blub bla bla, bla bla blub bla bla<br/>
bla bla blub bla bla.<br/>
<br/>
bla bla blub bla bla.<br/>
resulting in a very ugly page layout.
Till now I was using "Edit book", doing a search and replace in 3 steps to fix the problem:
1) search and replace (regex) for:
replace with
2) search and replace (regex) for:
replace with " "(Space)
3) 1) search and replace (regex) for:
replace with
I wonder if there is a way to do this with modify epub or if this feature could be incorporated.