Home



title: "Reworded MDX Example" description: "An example MDX file, heavily reworded."

Reworded MDX Example

Here's some text.

And here's some more text.

function helloWorld() {
  console.log("Hello, world!");
}

This is a link to Google.

  • List item one.
  • List item two.

Let's consider bold text.

Now let's consider italic text.


```mdx
---
title: "MDX Example - A New Spin"
description: "A MDX file transformed with significant rewriting."
---

# MDX Example - A New Spin

Behold, a passage of words.

Furthermore, a continuation of words is presented.

```javascript
function helloWorld() {
  console.log("Hello, world!");
}

Check out Google's website by clicking here.

  • The first item in a list.
  • The second item in a list.

Observe the text in bold.

Now, observe the text in italics.

Appearances