Reworded MDX Example
This is some example MDX content. It includes headings, paragraphs, lists, and images.
- Item 1
- Item 2
- Item 3
Here is a code block:
function helloWorld() {
console.log("Hello, world!");
}

Learn more here.
```mdx
---
title: Reworded MDX Example
description: A demonstration showcasing rewritten MDX material.
---
# Reworded MDX Example
Presented here is sample MDX material. Contained within are headers, text blocks, enumerated lists, and visuals.
* First Item
* Second Item
* Third Item
Below is a code snippet:
```javascript
function helloWorld() {
console.log("Hello, world!");
}

Discover additional information here.