0.2.0 • Published 2 years ago

@renovamen/vuepress-plugin-md-plus v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
2 years ago

@renovamen/vuepress-plugin-md-plus@next

npm docs license

A plugin for enhancing Markdown in VuePress 2. Now the following features are supported:

Demo

 

Install

yarn add @renovamen/vuepress-plugin-md-plus@next
# or
npm install @renovamen/vuepress-plugin-md-plus@next

Then add it to your .vuepress/config.js:

module.exports = {
  plugins: [
    [
      "@renovamen/vuepress-plugin-md-plus", {
        all: false,  // enable all features or not, this will rewrite all the following options
        footnote: true,  // enable footnote or not
        mark: true  // enable mark or not
      }
    ]
  ]
}

 

Usage

Footnote

Add footnotes for text^1

^1: Write your footnote here.

Mark

Mark important information: "Excuse me. Can you tell me how much the shirt is?" "Yes, it's ==nine fifteen==."

 

License

MIT