✨ Feature Description
Able to work with Astro native Render() that renders body content.
🎯 Use Case
Setting up Markdown style and settings in Astro that works consistently with local .md files or Strapi RichText (markdown).
🔄 Alternative Solutions
install and configure separate markdown as highlighted by astro parser:
- Marked src
- Astropub src
- Astro remote src
But as highlighted in astro docs:
This will not inherit from any of Astro’s built-in Markdown settings that you have configured.
📝 Additional Context
Spend over a week trying to avoid defining duplicate Markdown settings; for astro and for remote content. Even trying to adopt it in a custom loader. But due to skill issues i guess... failed. Or i misundersood the concept.
My goal is having consistent markdown rendering for either local .md or remote, that can be easily scaled, iterrated over..etc.
✨ Feature Description
Able to work with Astro native Render() that renders body content.
🎯 Use Case
Setting up Markdown style and settings in Astro that works consistently with local .md files or Strapi RichText (markdown).
🔄 Alternative Solutions
install and configure separate markdown as highlighted by astro parser:
But as highlighted in astro docs:
📝 Additional Context
Spend over a week trying to avoid defining duplicate Markdown settings; for astro and for remote content. Even trying to adopt it in a custom loader. But due to
skill issuesi guess... failed. Or i misundersood the concept.My goal is having consistent markdown rendering for either local .md or remote, that can be easily scaled, iterrated over..etc.