Reworded MDX Example
This is an initial sentence that needs to be reworded substantially.
Here's a code block:
function greet(name) {
return `Hello, ${name}!`;
}
And here's a link to Google.

Finally, let's include a list:
- Item one
- Item two
- Item three
```mdx
---
title: "MDX Example: A New Phrasing"
description: "A demonstration of MDX content that has been rephrased, but with identical meaning."
---
# MDX Example: A New Phrasing
Let's begin with a sentence that we will significantly rephrase.
The following is a code snippet:
```javascript
function greet(name) {
return `Hello, ${name}!`;
}
And this is a hyperlink to Google.

To conclude, we will add a bulleted list:
- Item one
- Item two
- Item three