Zen's Hermitage

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.

This is a link


Lists

Unordered List

  • First item
  • Second item
    • Nested item 1
    • Nested item 2
      • Deeply nested item
  • Third item

Ordered List

  1. First step
  2. Second step
    1. Sub-step A
    2. Sub-step B
  3. 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

NameRoleExperience
ZenFrontend Developer5 years
ClaudeAI Assistant
ReactLibrary10+ 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