Hello World
This is my first blog post. I'll record some technical thoughts and project insights here.
Markdown Syntax
Supports bold, italic, strikethrough, inline code and other basic syntax.
typescript
function greet(name: string): string {
return `Hello, ${name}!`
}Lists
- Item one
- Item two
- Item three
Blockquote
The best time to plant a tree was 20 years ago. The second best time is now.
GitHub Cards
Table
| Feature | Status | Notes |
|---|---|---|
| Routing | ✅ | React Router v7 |
| Articles | ✅ | Markdown rendering |