Home



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

Reworded MDX Example

This is an example of an MDX document. We're going to reword it while ensuring that the meaning stays the same.

Here's a code block:

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

And here's an image:

Finally, here's a link to Google.


```mdx
---
title: MDX Example, Rephrased
description: A rephrased MDX document as an illustration.
---

# MDX Example, Rephrased

Here we present an MDX document as an illustration. Our goal is to rephrase the content, but to keep the original meaning intact.

Behold, a code block is shown here:

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

And now, an image is presented below:

To conclude, here's a hyperlink to Google.

Appearances