A Freshly Phrased MDX Example
This is an MDX document. Let's see how we can modify its wording.
Here's a link to Google.
```mdx
---
title: "Reworded MDX Example"
description: "A rephrased instance of an MDX file."
---
# An MDX Instance with Altered Phrasing
This represents an MDX file. We will examine the process of altering its textual content.
## Code Sections
Presented below is a code section:
```javascript
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("World"));
Displayed here is a hyperlink directing to Google.