Reworded MDX Example
This is an example MDX document. It demonstrates how MDX content can be reworded while maintaining its original meaning.
Here's some bold text and some italic text.
Check out this link to Google.
- Item 1
- Item 2
- Item 3
```mdx
---
title: "Reworded MDX Example"
description: "A reworded sample MDX file."
---
# Reworded MDX Example
Let's explore a sample MDX file. This showcases the ability to rephrase MDX text while ensuring the core meaning is preserved.
Here we have **emphasized text** and *text with italics*.
## Code Snippet
```javascript
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("World"));
Take a look at this Google hyperlink.