mirror of
https://github.com/feeddeck/feeddeck.git
synced 2026-03-12 01:54:51 -05:00
We do not remove HTML tags from the description of a RSS feed item anymore, because: - This didn't worked for all feeds, because we first removed the tags and then unescape the data, which didn't make sense - We render the HTML to Makrdown in the frontend so that the description can contain HTML tags and is still properly rendered and in some case better rendered then before