跳至主要內容
vuepress-theme-hope

vuepress-plugin-md-enhance

为 VuePress2 提供更多 Markdown 增强功能

指南配置

安装

pnpm
pnpm add -D vuepress-plugin-md-enhance

使用

TS
import { mdEnhancePlugin } from "vuepress-plugin-md-enhance";

export default {
  plugins: [
    mdEnhancePlugin({
      // 你的选项
    }),
  ],
};

从 V1 迁移

详见 迁移指南