Reworded MDX Example
This is an initial sentence. It aims to illustrate a point.
Here's a code block:
def greet(name):
print(f"Hello, {name}!")
greet("World")
This is a link to Google.

This is a final statement. It concludes the demonstration.
```mdx
---
title: "Reworded MDX Example"
description: "A demonstration showcasing rephrased MDX material, ensuring semantic equivalence."
---
# Reworded MDX Example
To begin, consider this sentence. Its purpose is to demonstrate a specific concept.
Presented below is a code snippet:
```python
def greet(name):
print(f"Hello, {name}!")
greet("World")
Check out this link to Google.

In conclusion, this is the ending statement. It wraps up the illustration.