Welcome to My MDX Page
This is an example of an MDX document. It allows you to write Markdown and embed React components.
Here's an example of an image:

You can also include code snippets:
function helloWorld() {
console.log("Hello, world!");
}
helloWorld();
For more information, see the MDX documentation.
Let's add a list:
- Item 1
- Item 2
- Item 3
```mdx
---
title: "My MDX Document"
date: "2023-10-27"
---
# Greetings! This is My MDX Page
This serves as a demonstration of an MDX file. You have the capability to combine Markdown syntax with embedded React elements.
Take a look at this image, for instance:
<InsImage src="/images/example.png" alt="Example Image"></InsImage>
Code examples can also be incorporated:
```javascript
function helloWorld() {
console.log("Hello, world!");
}
helloWorld();
Explore the MDX documentation to gain a deeper understanding.
To illustrate further, here's a list:
- Item 1
- Item 2
- Item 3
<AppearanceSection></AppearanceSection>