recipe/demo/md-enhance/src
2024-08-18 19:16:25 +08:00
..
.vuepress first load 2024-08-18 19:16:25 +08:00
demo first load 2024-08-18 19:16:25 +08:00
snippet first load 2024-08-18 19:16:25 +08:00
README.md first load 2024-08-18 19:16:25 +08:00

home title icon heroImage heroText tagline actions footer
true Home home https://theme-hope-assets.vuejs.press/logo.svg vuepress-plugin-md-enhance Enhancement for Markdown in VuePress
text link type
Demo ./demo/ primary
text link
Docs https://plugin-md-enhance.vuejs.press
MIT Licensed, Copyright © 2019-present Mr.Hope

Install

pnpm add -D vuepress-plugin-md-enhance

Usage

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

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