How to remove CDATA from title and description? (stitcherFM and w3validator)
Open
- Dominant language
- JavaScript
- Stars
- 1k
- Forks
- 128
- PR merge metrics
- No merged PRs in 30d
Description
how do I remove the CDATA from here? Here's the RSS feed we're using https://www.codechefs.dev/rss.xml
```
<![CDATA[ Code Chefs - Hungry Web Developer Podcast ]]>
```
I'm running into issues getting this feed into getting this through https://www.stitcher.com/ which uses https://validator.w3.org/
I'm using `GatsbyJS` which is using `node-rss` behind the scenes for the `gatsby-plugin-feed`
I read elsewhere that if I remove the `CDATA` for `title`, it should fix RSS feed issues. https://github.com/dylang/node-rss/issues/71
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.