svpino / rfeed

Extensible RSS 2.0 Feed Generator written in Python
MIT License
185 stars 41 forks source link

<![CDATA[...]]> tags are ignored #19

Closed cphouser closed 4 years ago

cphouser commented 4 years ago

any content inside a <![CDATA[...]]> tag should be unescaped, along with the enclosing tag. This tag should be available as a way to render HTML embedded in the description field.