简体中文
外观
VitePress 支持标准 Markdown,同时也提供一些很实用的扩展能力。
行内代码
export function greet(name: string) { return `Hello, ${name}!` }
文档应该易于编写,也易于维护。