Seems my feed is coming through without any formatting. Not sure why. Going to be trying to fix it, bear with me.
Thanks!
Update: It appears resolved. I implemented this fix from podpress forums.
“The following edit fixes the problem:
podpress_functions.php, line 52
Change this:
$interim = strip_tags($input);
To this:
$interim = $input;
It might have broken something else, but I am sure the podpress developers will come out with a fixed version soon. They seem pretty on the ball. Thanks for bearing with me.



When you find a solution let me know – my feeds have been doing that ever since I updated wordpress and podpress.