@renovamen/vuepress-plugin-md-plus

0.2.0 • Public • Published

@renovamen/vuepress-plugin-md-plus

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

Demo

 

Usage

Install:

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

 

Configuration

Then configure it in 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 text1

Mark

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

 

License

MIT

  1. Write your footnote here.

Package Sidebar

Install

npm i @renovamen/vuepress-plugin-md-plus

Weekly Downloads

8

Version

0.2.0

License

MIT

Unpacked Size

3.45 kB

Total Files

4

Last publish

Collaborators

  • renovamen