Welcome to My MDX Page
This is an example MDX document. It demonstrates how you can combine Markdown with JSX components.
Here's an image:

And here's some code:
function helloWorld() {
console.log("Hello, world!");
}
helloWorld();
You can also include links.
Finally, here's a list:
- Item 1
- Item 2
- Item 3
```mdx
---
title: "My MDX Document"
date: "2023-10-27"
---
# A Warm Greeting to My MDX Page
This MDX document serves as an illustration. It showcases the method for integrating JSX components into Markdown.
Displayed below is an image:
<InsImage src="/images/example.png" alt="Example Image"></InsImage>
The following is a code snippet:
```javascript
function helloWorld() {
console.log("Hello, world!");
}
helloWorld();
You have the option to add links too.
To conclude, presented is a list:
- Item 1
- Item 2
- Item 3
<AppearanceSection></AppearanceSection>