Skip to content

Markdown Examples

VitePress renders standard Markdown plus a set of useful extensions.

Basic Formatting

  • Bold
  • Italic
  • Inline code

Code Block

ts
export function greet(name: string) {
  return `Hello, ${name}!`
}

Blockquote

Documentation should be easy to write and easy to maintain.

Released under the MIT License.