Welcome to the MDX Example
This document serves as a demonstration of MDX content rephrasing. The goal is to alter the wording significantly while keeping the original meaning intact.
Learn more at the MDX website.
This is important information.
```mdx
---
title: "MDX Document Sample"
description: "An MDX document is provided here as a demonstration of reworded content."
---
# MDX Sample: A Greeting
This particular document is designed to show how MDX content can be reworded. The main objective is to change the phrasing substantially, all the while preserving the initial meaning.
## Code Snippet
```javascript
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("World"));
Find additional details on the MDX website.