Reworded MDX Example
This is an example MDX document. It's designed to show how MDX can be reworded while preserving meaning.
Here's a link to Google.
This demonstrates that MDX content can be significantly altered in its wording while maintaining its original meaning and structure.
```mdx
---
title: "MDX Sample, Rephrased"
description: "A rephrased MDX sample illustrating how to keep the meaning intact."
---
# MDX Sample, Rephrased
This document serves as an MDX sample. Its purpose is to demonstrate the process of rephrasing MDX content without losing the original intent.
## Code Sections
Below is a JavaScript code section:
```javascript
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("World"));
And here's a Python code section:
def greet(name):
return f"Hello, {name}!"
print(greet("World"))
Here's a hyperlink pointing to Google.