Heading Levels
Level 3 Heading
Level 4 Heading
Level 5 Heading
Level 6 Heading
Text Styles
Normal paragraph here, with bold text, italic text, strikethrough, bold italic, highlighted text, inline code, subscript and superscript.
A long text for line wrap testing. The quick brown fox jumps over the lazy dog. Pack my box with five dozen liquor jugs. 中日文混排没有问题。
Blockquotes
Level 1 blockquote.
Level 2 nested blockquote.
Level 3 nested blockquote for demonstration.
Lists
Unordered List
- Item one
- Item two
- Nested sub-item A
- Nested sub-item B
- Item three
Ordered List
- First step
- Second step
- Third step
- Sub-step 3.1
- Sub-step 3.2
Task List
- Completed task
- Incomplete task
- Another todo item
Code
Inline code: Use console.log('Hello World') to output.
Code blocks:
function greet(name) {
return `Hello, ${name}!`;
}
// JavaScript example
const result = greet('Ethan');
console.log(result);
def fibonacci(n):
"""Generate Fibonacci sequence"""
a, b = 0, 1
for _ in range(n):
yield a
a, b = b, a + b
# Test
print(list(fibonacci(10)))
.tag-filter-btn {
display: flex;
align-items: center;
border-radius: 999px;
transition: all 0.3s ease;
}
Tables
| Language | Type | Rating |
|---|---|---|
| JavaScript | Dynamic | A |
| Python | Dynamic | A+ |
| TypeScript | Static | A+ |
| Rust | Static | S |
| Tag | Name | Color |
|---|---|---|
| channel | Channel | Blue |
| academic | Academic | Green |
| rant | Rant | Rose |
Links & Images
This is an inline link.
Image test (external):

Math (KaTeX)
Inline:
Block:
Keyboard Keys
Press Ctrl + C to copy, Ctrl + V to paste.
Horizontal Rules
Footnotes
A sentence with a footnote1.
Conclusion
This post demonstrates all common Markdown syntax elements and includes all 9 tags for testing the tag filter feature.
Footnotes
-
This is the footnote content with additional explanation. ↩