Skip to content

Native Markdown / MDX parsing and processing#1364

Open
Princesseuh wants to merge 1 commit into
mainfrom
feat/satteri
Open

Native Markdown / MDX parsing and processing#1364
Princesseuh wants to merge 1 commit into
mainfrom
feat/satteri

Conversation

@Princesseuh
Copy link
Copy Markdown
Member

@Princesseuh Princesseuh commented May 12, 2026

Summary

Astro's Markdown pipeline is slow and heavy, I'd like to make it faster and smaller.

Replace Astro's default Markdown / MDX pipeline with Sätteri, a native (Rust) Markdown / MDX compiler, and add a pluggable markdown.processor config so users that depend on the remark / rehype ecosystem can opt back into it.

Links

- Mixing multiple Markdown processors in the same project.
- Prism support under the new pipeline, at least at first.
- Built-in support for MDX or any other formats from third-party processors. They have to opt into MDX themselves.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably a non-goal would be to process markdown at runtime?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants