A Freshly Phrased MDX Example
Let's examine an MDX file that has undergone rephrasing.
Visit Google.
Some items:
- Item 1
- Item 2
- Item 3
```mdx
---
title: Reworded MDX Example
description: An example MDX file that has been reworded.
---
# MDX Example, Now Expressed Differently
We will now take a look at a reworded version of an MDX file.
## Code Sample
Below, you'll find a piece of code:
```javascript
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("World"));
Take a look at Google.
