Search code examples
rsscdata

Return (<br>) in description/ post


How do I add a return (HTML <br>) in an RSS feed post?

I have been using <![CDATA['<br/>']]> but it doesn't seem to be supported by all systems!


Solution

  • you'll have to make sure it doesn't get parsed by using

    <![CDATA[' ']]>