Home



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

Welcome to my MDX file!

This is a demonstration of how to use MDX. You can write JSX directly within your Markdown content.

function MyComponent() {
 return <h1>Hello from JSX!</h1>;
}

Here's an image:

You can also include links like this: My Website.

Let's add a list:

  • Item 1
  • Item 2
  • Item 3

And finally, some bold and italic text.

Appearances