evilstreak / markdown-js

A Markdown parser for javascript
7.69k stars 863 forks source link

FIX: On v8, a regular expression was crashing #163

Closed eviltrout closed 10 years ago

eviltrout commented 10 years ago

On v8, a regular expression was crashing if an image had no ending parens. Interestingly enough, this doesn't happen in other browsers so it seems to be v8 specific. This patch prevents it from happening and adds a test.