Reworded MDX Example
This is an example of some MDX content. Let's see how we can reword it while keeping the same meaning.
Here's a code block:
function greet(name) {
return `Hello, ${name}!`;
}
And here's an image:

Finally, here's a link to Google.
```mdx
---
title: "MDX Example - Rephrased"
description: "A rephrased MDX document, maintaining original meaning."
---
# MDX Example - Rephrased
This serves as an instance showcasing MDX content. Observe the manner in which we can rephrase it, ensuring the original meaning is preserved.
Behold a block of code:
```javascript
function greet(name) {
return `Hello, ${name}!`;
}
And now, an image is presented:

In conclusion, here is a link pointing to Google.