# I was having a moment while building the new feed and just couldn't get it to respect paragraphs. Then I remembered that I needed to use get_the_content_feed('rss2')
to format it correctly for the feed rather than just get_the_content()
- all good now.