11ty / eleventy-plugin-rss

A pack of Eleventy plugins for generating an RSS feed.
https://www.11ty.dev/docs/plugins/rss/
MIT License
92 stars 22 forks source link

Plugin cannot handle & symbol #34

Closed RichardJECooke closed 3 weeks ago

RichardJECooke commented 2 years ago

I'm using all the default code copied and pasted from https://www.11ty.dev/docs/plugins/rss/.

When viewing the resulting .xml page on my site, the browser tells me there is invalid xml in this line:

<title>Deploying Azure web apps (faster) & remote debugging</title>

I don't think the plugin escapes the & sign correctly in posts it adds.

zachleat commented 2 years ago

If you’re using the Nunjucks template, it will escape properly!

https://mozilla.github.io/nunjucks/templating.html#autoescaping

What template language are you using?

RichardJECooke commented 2 years ago

What template language are you using?

Nunjucks. I googled and saw you have to add | escape to the feed.njk file in your documentation to get it to work. That should be added I think, took me a while to find.

(I also had to change posts to post, because no one tags a post as plural)

zachleat commented 2 years ago

Yeah, sorry. Nunjucks has an autoescape feature on by default so you shouldn’t need to use the escape filter. https://mozilla.github.io/nunjucks/templating.html#autoescaping

Does your project disable the autoescape? That might explain it better

zachleat commented 3 weeks ago

This is an automated message to let you know that a helpful response was posted to your issue and for the health of the repository issue tracker the issue will be closed. This is to help alleviate issues hanging open waiting for a response from the original poster.

If the response works to solve your problem—great! But if you’re still having problems, do not let the issue’s closing deter you if you have additional questions! Post another comment and we will reopen the issue. Thanks!