Reworded MDX Example
This document serves as an example. Its purpose is to show how MDX content can be reworded. The core meaning of the content must be kept intact.
Let's consider some code:
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("World"));
The JavaScript code shown above defines a function. This function generates a greeting. The greeting includes the name provided as input.
Here's an image:

Finally, here's a link to Google.
```mdx
---
title: "MDX Sample, Rephrased"
description: "A demonstration of how to rephrase MDX material while keeping its original sense."
---
# MDX Sample, Rephrased
This particular document is presented as a demonstration. The goal is to illustrate the process of rephrasing MDX. It is essential that the fundamental meaning of the content remains unchanged.
Consider the following code snippet:
```javascript
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("World"));
The JavaScript code that you see here is a function definition. This function is designed to produce a personalized greeting. The greeting is formed by incorporating the input name.
Here is a picture:

To conclude, please find a link to Google here.