English
Appearance
VitePress renders standard Markdown plus a set of useful extensions.
Inline code
export function greet(name: string) { return `Hello, ${name}!` }
Documentation should be easy to write and easy to maintain.