jekyll / jekyll-feed

:memo: A Jekyll plugin to generate an Atom (RSS-like) feed of your Jekyll posts
MIT License
837 stars 203 forks source link

The RSS feed breaks on special chars #318

Open playest opened 4 years ago

playest commented 4 years ago

The RSS feeds breaks if a "&" is in the file name of the post. For example a file named "2020-08-01-Hello so&so.md" would have broken the feed without this commit.

ashmaroli commented 4 years ago

Hi, could you add a test for this change? Thanks.

playest commented 4 years ago

I'll try. I don't really know how though. I just patched the file feed.xml on local version of the code. I'll look into it.