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

Finally, here's a link to Google.
```mdx
---
title: "MDX Sample, Revised"
description: "A revised MDX sample document."
---
# MDX Sample, Revised
This MDX document serves as a sample. It demonstrates the process of revising pre-existing MDX content, ensuring that the original semantic meaning remains intact.
A code segment is presented below:
```javascript
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("World"));
An image is included here:

Lastly, a hyperlink to Google is provided.