This is the first post on the blog. It exists mainly to exercise the typography styles, so it contains a bit of everything.
A second-level heading
Cormorant handles body copy, while code falls back to the mono font. Here is some bold text, some italic text, and an inline link.
A third-level heading
A short list of things this post checks:
- Paragraph spacing and color on the gray background
- Heading hierarchy in the serif font
- Inline
codestyling - Fenced code blocks
A fenced code block:
export function greet(name: string): string {
return `Hello, ${name}`;
}
A blockquote, to confirm the border and muted text overrides read well.
That's everything — if each of these looks right, the styling pipeline works.