mdiep / MMMarkdown

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

Add to the public API #14

Open adamwaite opened 10 years ago

adamwaite commented 10 years ago

Hi,

If you've gone to all the trouble of writing an awesome markdown parser and all, why not open up the API a bit more so we can return more than just a HTML string? It would be handy for me to get an array of link elements for example. I've seen the code to do that is there in the source, but downloading as a CocoaPod only exposes that one class method.

Just a consideration...

Thanks.

mdiep commented 10 years ago

Thanks for the suggestion!

I do plan to open things up and add some additional API, but I'm not ready to commit to them yet.

adamwaite commented 10 years ago

Thanks! I appreciate the hard work that must have gone into this.