Reworded MDX Example
This is an example MDX file. It demonstrates how to reword content while preserving the original meaning.
Here's a code block:
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("World"));
And an image:

Finally, a link to Google.
```mdx
---
title: "MDX Sample, Rephrased"
description: "A rephrased MDX document, maintaining the original meaning."
---
# MDX Sample, Rephrased
This MDX file serves as a sample. It illustrates the process of rephrasing content, ensuring the initial meaning is retained.
Behold, a code segment:
```javascript
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("World"));
And a visual:

In conclusion, a hyperlink to Google.