View Single Post
Old 01-23-2015, 12:58 PM   #3667
Feynor
Enthusiast
Feynor began at the beginning.
 
Posts: 38
Karma: 10
Join Date: Sep 2013
Device: Samsung Galaxy Note 10.1 2014 ed. with Moon Reader+ and Google Books.
Quote:
Originally Posted by Amalthia View Post
I should have been clearer when I said it wasn't working, what I meant was when I viewed the HTML the <br> tags were still in the story, they were not replaced with <p> tags.

I tried again with "replace_br_with_p: true" and still the same results.

Thanks,
Amalthia
br to P tries to determine which number of breaks are to be seen as paragraph breaks, and are to be converted. Mostly that means two consecutive breaks are seen as a paragraph break, and all singles are removed, but if it then run into three or more, it really can't do anything but leave them be.

I'll have a look though.
Feynor is offline