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. The purpose of this document is to demonstrate how to reword MDX content while preserving its original meaning.

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 Sample, Rephrased"
description: "A reworded MDX sample document."
---

# MDX Sample, Rephrased

Consider this an MDX document example. This document aims to showcase the process of rephrasing MDX content, ensuring the original meaning is kept intact.

Take a look at this code block:

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

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

This is an image for you:

To conclude, here's a link pointing to Google.

Appearances