A Freshly Phrased MDX Example
This is an MDX document. It's designed to demonstrate how content can be reworded while keeping its original meaning intact.
Here's a code snippet:
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("World"));
Let's look at an image:

And here's a link to Google.
Finally, consider this list:
- Item one
- Item two
- Item three
```mdx
---
title: Reworded MDX Example
description: Here is an MDX file, reworded to show how content can be changed.
---
# An MDX Example, Re-Expressed
This document is MDX. Its purpose is to illustrate the rephrasing of content, ensuring the original meaning is preserved.
A code example is shown below:
```javascript
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("World"));
Take a look at this picture:

And here's a hyperlink to Google.
Lastly, observe this enumeration:
- First item
- Second item
- Third item