dylang / dylang/node-rss

How to remove CDATA from title and description? (stitcherFM and w3validator)

Open
#97 7 comments 4 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.