NimbusKit / markdown

A Markdown NSAttributedString parser.
Apache License 2.0
656 stars 63 forks source link

Some features don't work as you mentioned #26

Open zhouhao27 opened 10 years ago

zhouhao27 commented 10 years ago

Here is the string I used:

This is __rad__ and *this* is another ~~guy~~ \n # Header 1 [Text] (http://google.com 'alt text') urls

Then I passed it to my label's attributedText like this: self.label.attributedText = string

The header, the link doesn't work at all. Any idea?