A Modified MDX Example
This is an example of an MDX file. The purpose of this file is to demonstrate how to reword content while keeping 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 Example - Rephrased"
description: "An MDX file illustrating content rephrasing."
---
# MDX Example - Now in Different Words
Consider this as an MDX file demonstration. The goal of this document is to present a method for rephrasing content, ensuring the original meaning is maintained.
Here is a code snippet:
```javascript
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("World"));
And a picture is shown here:

Lastly, a link to Google is provided.