Home



title: "My MDX Document" date: "2023-10-27"

Welcome to My MDX Page

This is an example MDX document. It demonstrates how to combine Markdown with JSX components.

Here's a code block:

function helloWorld() {
 console.log("Hello, world!");
}

And here's an image:

You can also create links to other pages.

Let's add a list:

  • Item 1
  • Item 2
  • Item 3

Finally, here's some emphasized text and some strongly emphasized text.

Appearances