MDX Example
This document serves as a demonstration of MDX reformatting capabilities. We aim to show how the content can be restructured while preserving its original meaning.
Visit Google for more information.
In conclusion, this MDX file illustrates the possibility of changing the structure of the content without altering its semantic meaning.
```mdx
---
title: "MDX Document: An Illustration"
description: "This MDX example is crafted to showcase the reformatting process."
---
# An MDX Illustration
This particular document is designed to exemplify the possibilities of MDX reformatting. Our intention is to demonstrate the restructuring of content while ensuring the original meaning is maintained.
## A Code Snippet
Let's examine this code snippet:
```javascript
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("World"));
For further details, explore Google.