Reword This MDX
This is an example MDX document. It is designed to be reworded while preserving the original meaning.
Here is a link to Google.
This text is italicized, and this text is bold.
```mdx
---
title: "Reword This MDX"
description: "A sample MDX file created for the purpose of rephrasing."
---
# Reword This MDX
This MDX document serves as a sample. The goal is to rephrase it, ensuring the initial meaning is kept intact.
## Code Example
```javascript
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("World"));
Check out this link to Google.