Back to articles

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.

Example image
Example image

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

FeatureStatusNotes
RoutingReact Router v7
ArticlesMarkdown rendering
reacttypescript