Reworded MDX Example
Here is some example MDX content that has been reworded.
This is a simple paragraph. It demonstrates how to write text.
This is bold text. This is italic text.
function helloWorld() {
console.log("Hello, world!");
}
Here is a link to Google.

This is a list:
- Item 1
- Item 2
- Item 3
```mdx
---
title: "MDX Example, But With Different Words"
description: "A demonstration of MDX content that has been expressed in an alternative way."
---
# MDX Example, But With Different Words
Presented below is sample MDX content, re-written using different phrasing.
This paragraph is straightforward. Its purpose is to show you how to express yourself with words.
This is text rendered with **strong emphasis**. This is text rendered with *emphasis*.
```javascript
function sayHello() {
console.log("Greetings, world!");
}
You can find a Google link here.

Here's a listing:
- First item
- Second item
- Third item