Skip to content

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}!`
}

Learn more in the VitePress documentation.