Markdown and code samples
Example post showing how fenced code blocks and typography look in articles.
This is a second sample post. Use it as a reference when writing technical articles.
Code blocks
export function greet(name: string): string {
return `Hello, ${name}`;
}
Inline code uses a subtle pill style; blocks get a bordered panel for scanning.