Reworded MDX Example
This is an example demonstrating the process of rewording MDX content. The goal is to alter the phrasing significantly, but without changing the underlying meaning.
Visit the MDN Web Docs for more information.
Here's a list of items:
- Item 1
- Item 2
- Item 3
```mdx
---
title: "MDX Example, Expressed Differently"
description: "This shows how to rephrase MDX, keeping the original meaning intact."
---
# MDX Example, Expressed Differently
This serves as an illustration of how MDX can be rewritten. The objective is to modify the wording considerably, all while ensuring the core meaning stays the same.
## Code Sample
See this code sample:
```javascript
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("World"));
For further details, check out MDN Web Docs.