Welcome to my MDX file!
This is some introductory text. It explains the purpose of this document.
Here's a code snippet:
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("World"));
Here's an image:

And here's a link to Google.
Finally, this is the concluding statement.
```mdx
---
title: "My MDX Document"
date: "2023-10-27"
---
# Greetings! This is my MDX file.
Let me begin with some initial words. I will be using them to describe the intention behind this document.
A code example is provided below:
```javascript
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("World"));
Displayed below is an image:

For your convenience, here is a link pointing to Google.
In conclusion, this is the final statement.
<AppearanceSection></AppearanceSection>