Reworded MDX Example
This is the initial sentence. It explains the purpose of this document.
Here is a code block:
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("World"));
Let's include an image:

Finally, here's a link to Google.
```mdx
---
title: "MDX Example: A New Perspective"
description: "A demonstration of altered MDX, where the core meaning is carefully conserved."
---
# MDX Example: A New Perspective
The sentence you are now reading serves to clarify the objective of this particular document.
Observe the code block presented below:
```javascript
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("World"));
Now, let's incorporate a visual element:

In conclusion, a hyperlink to Google is provided here.