Reworded MDX Example
This is an example MDX document. It is designed to demonstrate the re-wording of content while keeping the meaning intact.
Here's a code block:
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("World"));
Here is an image:

And here's a link to Google.
Finally, let's add a list:
- Item one
- Item two
- Item three
```mdx
---
title: "MDX Example - A New Take"
description: "A rephrased MDX document example."
---
# MDX Example - A New Take
This MDX document serves as an illustration. Its purpose is to show how content can be expressed differently, all while maintaining its original meaning.
Here's a snippet of code:
```javascript
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("World"));
Displayed below is an image:

And here's a hyperlink to Google.
To conclude, let's include a list:
- First item
- Second item
- Third item