Reworded MDX Example
This is an example of an MDX file. We will reword it to demonstrate the capabilities.
Here's a code block:
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("World"));
Here's an image:

And here's a link to Google.
Finally, here is a list:
- Item 1
- Item 2
- Item 3
```mdx
---
title: Reworded MDX Example
description: A rephrased MDX document, showing its features.
---
# Reworded MDX Example
Consider this as a demonstration of an MDX document. We are going to rephrase the content to illustrate its functionalities.
Presented below is a code snippet:
```javascript
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("World"));
Below you will find an image:

And here is a hyperlink to Google.
Lastly, a bulleted list is shown here:
- Item 1
- Item 2
- Item 3