Add recipe for rendering Markdown and MDX content in an RSS feed #10317
Labels
add new content
Document something that is not in docs. May require testing, confirmation, or affect other pages.
help wanted
Issues looking for someone to run with them!
recipe
Best solved by creating a short how-to/example
📚 Subject area/topic
RSS, MDX
📋 Suggested page
https://docs.astro.build/en/recipes/
📋 General description or bullet points (if proposing new content)
Our MDX compiledContent discussion has been open for two years now. Users were mainly interested in this feature to render rich text content in their RSS feeds.
We discovered that the container API can finally address this use case. Chris did some legwork building an example with the container API, but it's fairly complex and difficult for new users to discover. We also got a recent follow-up that outlines an alternative solution due to issues in Chris' example.
I think this use case is common enough that we should create a recipe for it. Find the simplest option using today's APIs, and log any roadmap items to improve the container API if we find it necessary while writing the docs.
🖥️ Reproduction of code samples in StackBlitz
No response
The text was updated successfully, but these errors were encountered: