Introduction
This is an example MDX file. We will try to reword this content while preserving all meaning.
You can also include links, like to Google.
This is italic text. This is bold text. This is bold and italic text.
```mdx
---
title: Reworded MDX Example
description: An MDX file example that requires rephrasing.
---
# Introduction
This MDX file serves as an illustration. The goal is to rephrase its content while ensuring no meaning is lost.
## Code Blocks
Let's look at a code block example:
```javascript
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("World"));
Inclusion of links is also possible, for example, Google.