Reworded MDX Example
Let's examine a sample MDX document that has undergone rephrasing to demonstrate the capabilities.
Refer to the MDX website for additional information.
This concludes the demonstration of a reworded MDX file.
```md
---
title: Reworded MDX Example
description: An example MDX file that has been reworded.
---
# Reworded MDX Example
Let's take a look at an MDX document, modified in its wording, to show what it can do.
## Code Blocks
Consider the following code block as an example:
```javascript
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("World"));
For more details, see the MDX website.