Home



title: "Reworded MDX Example" description: "An example of reworded MDX content, preserving all meaning."

Reworded MDX Example

Let's examine a fundamental code snippet.

console.log("Hello, world!");

The code above outputs the classic "Hello, world!" message to the console.

Here is an image:

For more details, see the official documentation.

This is a list:

  • Item one
  • Item two
  • Item three

And here's a link to another page.

```mdx
---
title: "A Revised MDX Sample"
description: "A demonstration of MDX content that has been rewritten, yet keeps its original meaning intact."
---
 

 # A Revised MDX Sample
 

 Consider this basic piece of code.
 

 ```javascript
 console.log("Hello, world!");

The preceding code displays the well-known "Hello, world!" text in the console.

This is a picture:

For further information, consult the official documentation.

This is a series of items:

  • First item
  • Second item
  • Third item

And this is a link pointing to a different page.

Appearances