Appearance
Markdown Examples
Basic Formatting
Text can be bold, italic, or strikethrough.
- First item
- Second item
- Third item
Code Blocks
ts
export function greet(name: string) {
return `Hello, ${name}!`
}Links
Learn more in the VitePress documentation.