Skip to content

Markdown Examples

This page demonstrates basic Markdown features in VitePress.

Headers

h1

h2

h3

Lists

  • item one
  • item two
  • item three

Code Block

ts
console.log('Hello, VitePress!')