Reworded MDX Example
This is an example MDX document. We will reword this content while preserving all meaning.
Here's a code block:
function greet(name) {
return `Hello, ${name}!`;
}
Here's a link to Google.
Here's an image:

And here's a list:
- Item 1
- Item 2
- Item 3
```mdx
---
title: "Reworded MDX Example"
description: "This is an MDX document example, but with different wording."
---
# Reworded MDX Example
Consider this an MDX document serving as an illustration. The content you see here is being rephrased, but we are making sure the original meaning stays the same.
And now, a code snippet:
```javascript
function greet(name) {
return `Hello, ${name}!`;
}
Check out this link to Google.
Behold, an image:

Finally, a list is shown below:
- Item 1
- Item 2
- Item 3