Skip to content

Markdown 示例

VitePress 支持标准 Markdown,同时也提供一些很实用的扩展能力。

基础格式

  • 粗体
  • 斜体
  • 行内代码

代码块

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

引用

文档应该易于编写,也易于维护。

基于 MIT License 发布。