MDX Features Showcase

Table of Contents
# Text Formatting
Bold Text
Italic Text
Strikethrough
Blockquote
Lists
Ordered List
- First item
- Second item
- Third item
Unordered List
- Item 1
- Item 2
- Item 3
Task List
- Completed task
- Incomplete task
Links
Images
Tables
Column 1 | Column 2 | Column 3 |
---|---|---|
Row 1 | Data | Data |
Row 2 | Data | Data |
Code Blocks
Inline Code
const x = 42;
Fenced Code Block
function greet(name) { return `Hello, ${name}!`;}
Mathematics
Inline Math
The quadratic formula is .
Block Math
Footnotes
Here is a footnote reference1.
Autolink Literals
www.example.com, https://example.com, and contact@example.com.
Footnotes
-
This is the footnote text. ↩