Reworded MDX Example
This is an example of an MDX file. We will reword this content while preserving the meaning.
Here's a link to Google.
- Item 1
- Item 2
- Item 3
```mdx
---
title: Reworded MDX Example
description: A demonstration MDX document that's been altered in its wording.
---
# Reworded MDX Example
This serves as a demonstration of an MDX document. The text herein is reformulated, yet the original intent remains unchanged.
## Code Blocks
Observe the code block presented below:
```javascript
function greet(name) {
return `Hello, ${name}!`;
}
A hyperlink to Google is provided here.