Closed GoogleCodeExporter closed 8 years ago
I couldn't reproduce this, but I have a theory. Chrome has always had issues
with RegExp.$1 (which are a bad and deprecated JavaScript feature anyway),
which is very likely the issue here.
If my theory is correct,
http://code.google.com/p/pagedown/source/detail?r=83cdda03fe717ef11812ad4093b7c0
3a9cd6dd80 should fix this. Can you confirm?
Original comment by b...@stackoverflow.com
on 9 Feb 2012 at 8:13
Yes! You've fixed that! Thank you.
Oh, it joins lines to one when I expect a list. I think it's a bit awkward.
Should I create a new ticket or it's just fine?
Original comment by byashi...@gmail.com
on 9 Feb 2012 at 8:28
Cool!
The line joining thing is consistent with Markdown's handling of newlines
(essentially, single newlines are equivalent to spaces), so that's correct.
Original comment by b...@stackoverflow.com
on 9 Feb 2012 at 8:31
Original issue reported on code.google.com by
byashi...@gmail.com
on 9 Feb 2012 at 7:56Attachments: