Hi, I’m using the kirby3-feed plugin to generate an RSS feed for my blog.
I’ve managed to get it to output the full content for each post. But it’s not html - it contains a bunch of Kirby block markup in the feed, e.g.:
<description><![CDATA[<p>[{"content":{"text":"<p>my text .... !<\/p><p><\/p>","aligncontent":"left","alignblock":"center","width":"sm","background":[]},"id":"26db2bbd-d5cf-4b5e-b695-5b2cad37a607","isHidden":false,"type":"text"}]</p>]]></description>
More details on the issue I created on the plugin repo.
Thought I’d ask here as well in case anyone has ideas how to get the above to be HTML.