Appearance
Markdown Guide
VitePress renders standard Markdown with extra features.
Text Formatting
Bold, Italic, Strikethrough, inline code
Links
Lists
- Item one
- Item two
- Nested item
- First
- Second
Table
| Feature | Supported |
|---|---|
| Markdown | Yes |
| Mermaid | Yes |
| Code | Yes |
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.