A New Take on MDX Content
Let's examine some MDX content that has been rephrased.
Check out Google.
- Item one
- Item two
- Item three
The items listed above are just a simple enumeration.
```mdx
---
title: Reworded MDX Example
description: A demonstration of MDX transformation is provided through this rewritten example.
---
# MDX Content, But Different
Consider this MDX content, which has been rewritten with different wording.
## Code Sections
Here's a section of code:
```javascript
function greet(name) {
return `Hello, ${name}!`;
}
The preceding function is used to create a personalized greeting.
Take a look at Google.