Notes with MDX: embedding small callouts in a quantum post
This site supports MDX, so you can mix small UI components into technical writing.
This site supports MDX, which is handy when a post needs a small interactive or styled element.
Why MDX?
MDX is a special flavor of Markdown that supports embedded components. For a quantum blog, it’s useful for:
- callouts (“common misconception”),
- small UI links (“open the next post”),
- or lightweight visual helpers.
Example
Here’s a tiny “continue reading” button embedded in the post.
Example
Read: Qubits 101 →
More Links
- MDX Syntax Documentation
- Astro + MDX guide
- Note: If you embed interactive components, you still need client directives (otherwise they render as static HTML).