Reworded MDX Example
Let's examine a basic example of MDX content that has undergone rephrasing.
You can create links like this: Google.
This demonstrates a simple MDX document with reworded content while keeping all the original meaning.
```mdx
---
title: "Reworded MDX Example"
description: "An example MDX file that has been rephrased."
---
# Reworded MDX Example
Consider this fundamental illustration of MDX material, which has been expressed in different words.
## Code Blocks
Observe the following code block as an illustration:
```javascript
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("World"));
You are able to generate hyperlinks in this manner: Google.