mdiep / MMMarkdown

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

support parse fencedcodeblock, support add class="language" #40

Closed shiweifu closed 9 years ago

shiweifu commented 9 years ago

code in markdown can support special language for code highlight for webview

mdiep commented 9 years ago

Thank you so much for opening a pull request! :sparkling_heart:

I left a few comments for things to fix, but I'll happily merge this once they're addressed!

shiweifu commented 9 years ago

I clean some unnecessary code and keep style of the past, thanks for your remind, I learned more thing of clean code from your advice

mdiep commented 9 years ago

I added a few more small comments. But this is looking really good! Thank you for addressing my comments. :sparkles:

shiweifu commented 9 years ago

I changed some code according to your advice, please check it.

mdiep commented 9 years ago

Thanks again for submitting this pull request! :sparkles: