Using MDX
This theme comes with the @astrojs/mdx integration installed and configured in your astro.config.mjs config file. If you prefer not to use MDX, you can disable support by removing the integration from your config file.
Why MDX?
MDX lets you use JSX and components directly inside Markdown. That means an ordinary post can drop in an interactive chart, a callout, or any Astro component without leaving the content file.
Example
You can still write plain Markdown — bold, italics, inline code and links all work as expected — and reach for components only when you need them.


