You need to look at the actual source html of the articles in question, not the html in the final book. Visiting one of the articles in that feed, I see no <p> </p> in the article html. There will be something in that markup that is getting mapped to empty paragreaphs by auto_cleanup. You will have to figure out what that is. Or dont use auto_cleanup and instead use keep_only_tags/remove_tags
|