Reworded MDX Example
Here is some text. This is a simple example to demonstrate the reworded MDX content.
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("World"));
Here's an image:

And here's a link to Google.
Let's add a list:
- Item 1
- Item 2
- Item 3
Finally, some bold and italic text.
```mdx
---
title: "Reworded MDX Example"
description: "A reworded version of an MDX file for demonstration purposes."
---
# Reworded MDX Example
Check out this text! It's a basic illustration showcasing the altered MDX content.
```javascript
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("World"));
Take a look at this image:

And here's a Google link.
Now, let's include a list:
- First item
- Second item
- Third item
Lastly, some strong and emphasized text.