Home



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

Reworded MDX Example

This is an example MDX document. It's designed to demonstrate how to reword content while maintaining 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 Example - A New Wording"
description: "A demonstration of rephrasing MDX content while keeping the original meaning intact."
---

# MDX Example - A New Wording

This MDX document serves as an illustration. Its purpose is to show how to rephrase content without altering the original semantic content.

Here's a code snippet:

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

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

And this is an image:

To conclude, here's a hyperlink to Google.

Appearances