Skip to content

Markdown Guide

VitePress renders standard Markdown with extra features.

Text Formatting

Bold, Italic, Strikethrough, inline code

VitePress Docs

Lists

  • Item one
  • Item two
    • Nested item
  1. First
  2. Second

Table

FeatureSupported
MarkdownYes
MermaidYes
CodeYes

Code Block

js
function greet(name) {
  return `Hello, ${name}!`;
}

Blockquote

VitePress is a static site generator built on top of Vite and Vue.

Custom Containers

INFO

This is an info box.

TIP

This is a tip.

WARNING

This is a warning.

DANGER

This is a danger alert.