mdiep / MMMarkdown

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

"<1" causes parser to hang indefinitely #21

Closed briomusic closed 10 years ago

briomusic commented 10 years ago

Any text that contains this combination will cause MMMarkdown to hang indefinitely. It does not cause a problem in Mou or online markdown validators.

briomusic commented 10 years ago

to be more specific, this happens whenever the 'less than' signed is followed by a character other than whitespace and no 'greater than' sign follows.

mdiep commented 10 years ago

Thanks for the report! I'll try to get this fixed up today or tomorrow.