Welcome. This is the first post on the rebuilt site, written in MDX so I can mix Markdown with the occasional Astro component.
What’s here
A handful of things to verify the prose styles look right:
- Lists render with reasonable spacing.
- Links pick up the link color from the theme.
- Inline
codeuses the mono stack and a subtle background.
// And fenced code blocks get Shiki syntax highlighting.
type Hello = "world";
const greet = (name: Hello) => `Hello, ${name}`;
Block quotes use the rule color and a softer foreground.
A nested heading
Headings are auto-slugified and wrapped in anchor links thanks to rehype-slug and rehype-autolink-headings.