-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
✨ 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:
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.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request