Hi, is there a way to customise how \r\n\r\n characters are converted?
I'm looking to have \r\n\r\n become </p>\n\n<p> (wrapped in paragraph tags, first tag is last tag of previous paragraph for this example sequence).
Currently this package is producing <br/>\n<br/>\n and no paragraphs at all.
Even if I was able to turn-off the automatic <br> insertion and do it outside of this package, that would be ok.
Hi, is there a way to customise how
\r\n\r\ncharacters are converted?I'm looking to have
\r\n\r\nbecome</p>\n\n<p>(wrapped in paragraph tags, first tag is last tag of previous paragraph for this example sequence).Currently this package is producing
<br/>\n<br/>\nand no paragraphs at all.Even if I was able to turn-off the automatic
<br>insertion and do it outside of this package, that would be ok.