evilstreak / markdown-js

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

FIX: Invalid output when missing the closing paren. #196

Closed eviltrout closed 10 years ago

eviltrout commented 10 years ago

This fixes this issue reported on Discourse:

https://meta.discourse.org/t/unmatched-open-brackets-still-break-markup/15402?u=eviltrout

ashb commented 10 years ago

Good work - love that you're adding so much test coverage for all the odd regressions and stupid cases in our original code.

eviltrout commented 10 years ago

Thanks! I fix the bugs as Discourse users report them :)