Reworded MDX Example
This is an initial statement that explains the purpose of this document. The goal is to demonstrate how MDX content can be reworded while maintaining its original meaning.
Here's a code snippet to illustrate a point:
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("World"));
The code block above showcases a simple JavaScript function. It takes a name as input and returns a greeting.
Let's include an image:

Finally, here's a link to an external resource: Google. This link will take you to Google's homepage.
```mdx
---
title: "MDX Example, Rephrased"
description: "A demonstration of rephrasing MDX content while preserving its meaning."
---
# MDX Example, Rephrased
This document begins with an introductory sentence outlining its objective. The intention here is to showcase how MDX content can undergo rewording without altering its original semantic content.
Here's a code example to make a point clear:
```javascript
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("World"));
The preceding code block presents a straightforward JavaScript function. It accepts a name as an argument and produces a greeting string as output.
Let's insert an image:

In conclusion, here's a hyperlink to an outside resource: Google. Clicking this link will redirect you to the Google homepage.