MDX Demo Post

This post is written in MDX. You can still use regular Markdown syntax, like lists:

  • One thing
  • Another thing
  • With a link in it.

And you can also use inline JSX-style components:

Note

This is a simple MDX callout box rendered as a component.

// Code blocks still work as usual
const msg: string = "Hello from MDX!";
console.log(msg);