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

Filter HTML comments #89

Closed futuretap closed 5 years ago

futuretap commented 5 years ago

I'd like to filter out HTML comments. Unfortunately they're not detected as tags.

psharanda commented 5 years ago

Hi, thanks for your interest in Atributika. I implemented it in recent commit, any feedback is welcome