Hello World
Welcome to the site. This is a placeholder article to verify that content collections and MDX imports are wired up correctly.
Here’s a quick code example to verify syntax highlighting is working:
function greet(name: string): string {
return `Hello, ${name}!`;
}
console.log(greet("world"));
Testing summarising after changes. This should trigger a summary update in the PR description. Second attempt.