blackfriday icon indicating copy to clipboard operation
blackfriday copied to clipboard

v2 difference to v1 in list parsing

Open jum opened this issue 4 years ago • 1 comments

I did upgrade from v1 to v2 recently and I am noticing that my lists do not render properly. Upon investigating I see that I am having "\r\n" in my database as line endings. With v1 this does render fine, but v2 does not parse the lists. Is that an oversight or are only unix line endings support in v2?

jum avatar Nov 06 '19 17:11 jum

I second this issue. I am taking text from a textarea and as per standard browser behaviour it uses CR and LF. If I pass this through blackfriday it fails to render lists (unordered or ordered). All other elements seem to be ok and if I edit the file and convert to use \n then it renders fine.

gawth avatar Mar 28 '20 18:03 gawth