Unofficial Demonized Wiki

Title: "Example MDX User Guide"
Creator: "Toxic Blade"
Date: "2025-04-21"
Game version: "1.0.0"
Language: "English"
Description: "A sample MDX guide showcasing metadata, links, images, lists, and tables."

📑 Table of Contents

  • Introduction
  • Links Section
  • Images Section
  • Lists Section
  • Tables Section

Introduction

Welcome to this example MDX user guide. This document demonstrates how to structure an MDX file with frontmatter metadata, section linking, external links, images using next/image, lists, and tables.


Links Section

Here's an example of inline and reference-style links:


Images Section

Use the Next.js Image component for optimized images:

Example Image
Figure 1: A sample image using next/image.

Lists Section

Unordered List

  • Item A
  • Item B
    • Sub-item B1
    • Sub-item B2

Ordered List

  1. First step
  2. Second step
    1. Sub-step 2.1
    2. Sub-step 2.2

Tables Section

Content Syntax Example Notes
Frontmatter ---\ntitle: ...\n--- YAML block at the top
Inline Links [Link](https://...) Opens in new tab
Next Image Optimized, responsive images
Markdown Table | A | B | C | Pipes separate columns

End of guide.