Quote:
Originally Posted by Amalthia
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.