TIL
Astro highlights code blocks out of the box
astro markdown
Astro ships with Shiki, so fenced code blocks in Markdown are syntax-highlighted at build time — no client-side JS required.
const sum = (a: number, b: number) => a + b
TIL posts are short, tag-driven notes. Tags render as badges on the index and the post itself.