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.

ComponentUsed for
AlertShort callouts
TableStructured comparisons
LinkCardRelated pages
CodeBlockCommand snippets
bash
pnpm dev
pnpm build
ComponentsMDXDemo

This gives future articles a concrete example to copy from when richer content blocks are needed.