AttributedMarkdown: Native Markdown Parsing on iOS
==================================================
here is an asterisk
here is some italic
prealkdjflsfdj
>> Markdown is intended to be as easy-to-read and easy-to-write as is feasible.
-- [Daring Fireball](http://daringfireball.net/projects/markdown/)
### Usage:
// start with a raw markdown string
NSString *rawText = @"Hello, world. This is native Markdown.";
Nov 15, 2014
Nov 15, 2014 at 8:55 PM UTC