evilstreak / markdown-js

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

FIX: Performance issue with escaped brackets `\]` #159

Closed eviltrout closed 10 years ago

eviltrout commented 10 years ago

Thanks for accepting yesterday's performance PR. A user reported another issue, when you have many [\][\][\][\] in a row it would also peg a core.

This fix prevents that from happening while still supporting escaped brackets properly. Again passes all tests, works in Discourse and mdtest.