Back to posts
Component demo note
ComponentsMDXDemo
A small dummy article that uses shared blog components inside MDX.
Component check
This article exists to confirm that shared Astro components can be used from MDX content.
The article body can mix normal Markdown with reusable components. That is useful for notes that need callouts, code examples, and compact reference links.
| Component | Used for |
|---|---|
| Alert | Short callouts |
| Table | Structured comparisons |
| LinkCard | Related pages |
| CodeBlock | Command snippets |
bash
pnpm dev
pnpm buildComponentsMDXDemo
This gives future articles a concrete example to copy from when richer content blocks are needed.