mdiep / MMMarkdown

An Objective-C framework for converting Markdown to HTML.
MIT License
1.25k stars 168 forks source link

Fix pathological cases of strong & em #39

Closed mdiep closed 9 years ago

mdiep commented 9 years ago

Fixes #36: Text causes MMMarkdown to hang

This introduces 2 behavioral changes:

Both of these are consistent with the behavior of markdown on GitHub and with the behavior of CommonMark.