I\'m writing a Cocoa application in Objective-C, and I would like to be able to incorporate Markdown. The user will enter text in Markdown syntax, click an \"export\" button
I've used peg-markdown, it's much faster than the original perl and can handle a few syntax extensions if you enable them.