Markdown Style Guide
2026/1/3 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.