psharanda / Atributika

Convert text with HTML tags, links, hashtags, mentions into NSAttributedString. Make them clickable with UILabel drop-in replacement.
MIT License
1.45k stars 155 forks source link

Handle unescaped quote Tags with values like <a href=https://dummy.com #83

Closed Ankish closed 1 year ago

Ankish commented 5 years ago

Eg "<a href=http://www.ance.com/compose?feed=-LaWJU2oJUMy7NXhZSFC> Do It!</a>" Should also be supported.

We currently do support : "<a href=\"http://www.ance.com/compose?feed=-LaWJU2oJUMy7NXhZSFC\"> Do It!</a>"

psharanda commented 1 year ago

Fixed in V5