mdiep / MMMarkdown

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

About markdown parser #109

Closed hongxinhope closed 8 years ago

hongxinhope commented 8 years ago

I found that, markdown can only be recognized with a white space after the ##,or before the _,like this:

## Header
This is italic text _italic_

How can markdown be recognized without white space like this?

##Header
This is italic text_italic_
mdiep commented 8 years ago

This behaves just like GitHub:

Header

This is italic textitalic