Jul 15, 2026 • 1 min read • 116 words
The frontmatter title wins over this h1. The frontmatter slug overrides
the final segment only, so this page lives at writing/sink.
| Feature | Status |
|---|---|
| tables | yes |
| align | maybe |
A plain blockquote, not a callout.


A bare URL alone on a line:
1export function greet(name: string): string {
2 return `hello ${name}`;
3}