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:
- Inline link to OpenAI
- Reference link to MDX Documentation
Images Section
Use the Next.js Image
component for optimized images:

next/image
.Lists Section
Unordered List
- Item A
- Item B
- Sub-item B1
- Sub-item B2
Ordered List
- First step
- Second step
- Sub-step 2.1
- 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.