One cannot just replace it with <br> ad hoc, that could create invalid HTML, not to mention change how the document renders.
Because Qt uses U+2029 internally, you will not be able to do a find replace for it in an open editor. Instead open the opf file and then do a find replace selecting all text files as the target. That should do the trick.
|