Markdown Style Test
markdowntestMDX
Headings
H1 Heading - Largest
H2 Heading - Second Largest
H3 Heading - Third Level
H4 Heading - Fourth Level
H5 Heading - Fifth Level
H6 Heading - Smallest
Text Styles
This is normal text. This is bold text, and this is italic text.
Bold italic text is also possible.
Strikethrough text looks like this.
Inline code looks like this.
Lists
Unordered List
- First item
- Second item
- Nested item 1
- Nested item 2
- Deeply nested item
- Third item
Ordered List
- First step
- Second step
- Sub-step A
- Sub-step B
- Third step
Checklist
- Completed task
- Another completed task
- Pending task
- Todo task
Blockquotes
This is a blockquote. It can span multiple lines.
Important Quote
You can use markdown syntax inside blockquotes.
- Lists work too
- Second item
Tables
| Name | Role | Experience |
|---|---|---|
| Zen | Frontend Developer | 5 years |
| Claude | AI Assistant | ∞ |
| React | Library | 10+ years |
Code Blocks
JavaScript (Executable)
JavaScript
React (Executable)
React
Python (Highlighting Only)
Python(Pyodide)
Conclusion
This page tests all markdown styles. In code blocks:
- JavaScript, React, HTML, CSS: Edit code on the left → See live results on the right
- TypeScript, Python, Rust, C++, etc.: Syntax highlighting only