Reworded MDX Example
This is an example MDX file. We will demonstrate how to reword it while keeping the meaning the same.

Here's a code block:
function greet(name) {
return `Hello, ${name}!`;
}
You can also use links.
This is the end of the example.
```mdx
---
title: "MDX Sample: Reformatted"
description: "A sample MDX document, rephrased to show how to alter the wording."
---
# MDX Sample: Reformatted
This MDX file serves as an illustration. Our goal is to show how to rephrase it without altering the original meaning.
<InsImage src="/images/example.png" alt="Example Image"></InsImage>
Here is a code snippet:
```javascript
function greet(name) {
return `Hello, ${name}!`;
}
It's also possible to include hyperlinks.
This marks the conclusion of the sample.