Home



title: "Reworded MDX Example" description: "An example MDX document that has been reworded."

A Reworded MDX Example

This is an example of an MDX document. We've changed the wording, but kept all the important parts the same.

Here's a code block:

function greet(name) {
  return `Hello, ${name}!`;
}

console.log(greet("World"));

And here's an image:

Finally, here's a link to Google.

```mdx
---
title: "MDX Example: A New Spin"
description: "This MDX document provides a rephrased illustration."
---

# MDX Example: Freshly Phrased

Consider this as an illustration of an MDX document. The phrasing has undergone alteration, yet the core elements remain untouched.

Behold, a code snippet:

```javascript
function greet(name) {
  return `Hello, ${name}!`;
}

console.log(greet("World"));

And now, an image is presented:

In conclusion, a hyperlink to Google is provided.

Appearances