Reworded MDX Example
Let's examine a simple example of MDX content.
Here's a code block:
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("World"));
This is an image:

And here's a link to Google.
Finally, some bold and italic text.
print("Hello, World!")
```mdx
---
title: "MDX Example - Rephrased"
description: "A demonstration of MDX content that has been rephrased, but its original meaning is maintained."
---
# MDX Example - Rephrased
Take a look at a basic illustration of MDX content.
You can find a code snippet below:
```javascript
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("World"));
The following is an image:

And this is a link that goes to Google.
To conclude, some text that is boldly presented, and italics are also used.
print("Hello, World!")