MDX 用法速查


这个站点开了 @astrojs/mdx 支持。你可以在 .mdx 文件里直接写 JSX 组件,而不只是普通 Markdown。

Why MDX?

MDX is a special flavor of Markdown that supports embedded JavaScript & JSX syntax. This unlocks the ability to mix JavaScript and UI Components into your Markdown content for things like interactive charts or alerts.

If you have existing content authored in MDX, this integration will hopefully make migrating to Astro a breeze.

Example

Here is how you import and use a UI component inside of MDX.
When you open this page in the browser, you should see the clickable button below.

Embedded component in MDX

💬 留言

留言使用 Giscus, 通过 GitHub Discussions 驱动。需 GitHub 账号,无需注册。