Forum:TC:Unidentified Death trooper (Scarif)



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

Reworded MDX Example

This is an example MDX document. We will reword the content of this document while preserving its meaning.

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, Now Rephrased"
description: "A reworded MDX document used to demonstrate changes."
---

# MDX Example, Now Rephrased

Consider this an MDX document that has been modified. The content herein will be rephrased, but the original meaning will be kept.

A code snippet is provided below:

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

An image is included here:

Lastly, here's a hyperlink that directs you to Google.

Appearances