A New Take on MDX Content
Let's examine an example of MDX content.
Check out Google.
This is the end of the example.
```mdx
---
title: Reworded MDX Example
description: A reworked MDX file is presented here.
---
# A Fresh Perspective on MDX Material
We will now delve into an instance of MDX material.
## Code Snippets
Take a look at this code snippet:
```javascript
function greet(name) {
return `Hello, ${name}!`;
}
console.log(greet("World"));
Visit Google.