Welcome!
This is a basic MDX example. It shows how to combine Markdown with JSX components.
function MyComponent() {
return <h1>Hello from JSX!</h1>;
}
Here's an image:

You can also use links: My Website
And lists:
- Item 1
- Item 2
- Item 3
---
title: "My Cool Page"
date: 2023-10-27
---
# Greetings!
This is a fundamental illustration of MDX. It demonstrates the merging of Markdown and JSX elements.
```javascript
function MyComponent() {
return <h1>Hello from JSX!</h1>;
}
Have a look at this picture:

You're able to incorporate hyperlinks too: My Website
Furthermore, lists are supported:
- Item 1
- Item 2
- Item 3
<AppearanceSection></AppearanceSection>