Reworded MDX Example
This document serves as an illustration of how MDX content can be reworded. It aims to show how to alter the phrasing while making sure the original meaning stays intact.
Here's a code block:
function greet(name) {
return `Hello, ${name}!`;
}
The code snippet presented above is a simple JavaScript function. This function takes a name as input and returns a greeting.

Here is a link to Google. This link directs you to the Google search engine.
```mdx
---
title: Reworded MDX Example
description: A demonstration document showcasing MDX rephrasing.
---
# Reworded MDX Example
This particular document functions as an example to show the rephrasing of MDX content. The goal is to illustrate how we can modify sentence structure while ensuring the initial semantic intent is fully preserved.
Here's a code block:
```javascript
function greet(name) {
return `Hello, ${name}!`;
}
The JavaScript function shown in the preceding block of code is quite straightforward. It accepts a name as its argument and produces a personalized greeting as its output.

Here's a link to Google. Clicking this link will take you directly to the Google website.