Welcome to the blog! This post demonstrates:
- Markdown parsing with GFM tables and task lists
- Syntax highlighting via
rehype-pretty-code
+ Shiki - Local assets like images and downloads
Code Highlighting
export function greet(name: string) {
return `Hello, ${name}`;
}