Reworded MDX Example
This is an initial sentence. I'm going to reword it.
Here's a list:
- Item one
- Item two
- Item three
And here's some code:
def hello_world():
print("Hello, world!")
hello_world()
Here's an image:

Finally, here's a link to Google.
```mdx
---
title: "Rewritten MDX Sample"
description: "A demonstration of rewritten MDX material, keeping the original meaning intact."
---
# Rewritten MDX Sample
Let's begin with this sentence. It will be reformulated.
Consider this list:
- First item
- Second item
- Third item
Now, some code is presented:
```python
def hello_world():
print("Hello, world!")
hello_world()
An image is included here:

To conclude, a link to Google can be found here.