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

Handled unescaped href Tags #129

Closed lpizzinidev closed 1 year ago

lpizzinidev commented 4 years ago

As suggested in issue #83

psharanda commented 4 years ago

Hi, this looks really great! Let me check it in depth

psharanda commented 4 years ago

@Pizzo15 Is it easy to support any name of attribute, not only href? Because right now, it is more like temporary solution for very specific use case.

lpizzinidev commented 4 years ago

@psharanda I'll work on it.

lpizzinidev commented 3 years ago

Just added unescaped support to all link tag attributes