Reworded MDX Example
Let's examine a basic example of MDX content that has been reworded.
You can also incorporate links into your MDX content, such as this link to Google.
Here's an example of an unordered list:
- Item 1
- Item 2
- Item 3
And here's an example of an ordered list:
- First item
- Second item
- Third item
```mdx
---
title: "Reworded MDX Example"
description: "A demonstration of restructured MDX material."
---
# Reworded MDX Example
Let's take a look at a simple instance of MDX material that has undergone rephrasing.
## Code Blocks
The following illustrates the use of a code block:
```javascript
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("World"));
You're also able to integrate hyperlinks within your MDX documents, for example this hyperlink pointing to Google.