MDX Example Page

This page is written in MDX. It supports standard Markdown with embedded Astro components.

Using components

This is an info callout rendered from an Astro component inside MDX.

This is a warning callout. MDX lets you mix Markdown and components freely.

If you can see these styled callouts, MDX is working correctly.

Code blocks

const message: string = "Astro + MDX + Tailwind";
console.log(message);

Lists