i'm trying to return post content in my RSS feed, following the official docs, but it recommends using markdown-it, which of course not only works for MDX syntax but also leaves the import statements in the final string 🤢
i know i can convert from MDX to an Astro component using post.render() but i would like to be able to render the Astro component in place to get the final string. is this possible somehow?