Skip to content

[FEATURE] Support Astro Native Markdown Loader #6

@Jihad

Description

@Jihad

✨ 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:

  1. Marked src
  2. Astropub src
  3. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions