Skip to main content
vuepress-theme-hope

vuepress-plugin-md-enhance

Enhancement for Markdown in VuePress

GuideConfig

Install

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

Usage

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

export default {
  plugins: [
    mdEnhancePlugin({
      // your options
    }),
  ],
};

Migrating from V1

For details, see Migration Guide.