Hello world

July 1, 2026 · 1 min read

This is a test post to validate that velite, rehype-pretty-code, rehype-slug and rehype-autolink-headings all work correctly.

export function greet(name: string) {
  return `Hello, ${name}!`
}