LOADING

加载过慢请开启缓存 浏览器默认开启

Markdown Style Guide

Headings

Use headings to build the table of contents on article pages.

Code

export function greet(name: string) {
  return `Hello, ${name}`;
}

Lists

  • Keep posts focused.
  • Use descriptive titles.
  • Add tags sparingly.

Quote

The best template is the one that makes publishing feel boring.