1.8.0 • Published 3 months ago

vuepress-plugin-mermaid-wrapper v1.8.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

vuepress-plugin-mermaid-wrapper

Version Downloads

VuePress v2 plugin provides a global component wrapping Mermaid. Mermaid is a JavaScript library which lets you create diagrams and visualizations using text and code.

Installation

npm install --save vuepress-plugin-mermaid-wrapper

Usage

Add plugin to your VuePress config:

import { mermaidWrapperPlugin } from 'vuepress-plugin-mermaid-wrapper'

export default {
  plugins: [
    mermaidWrapperPlugin({
      /* options */
    }),
  ],
}

That's all. You can use Mermaid in you Markdown files:

Options

themeVariables

Contribution

Pull requests are welcome.

1.8.0

3 months ago

1.7.0

5 months ago

1.6.0

6 months ago

1.2.0

12 months ago

1.1.0

1 year ago

1.0.0

1 year ago

1.5.0

7 months ago

1.4.0

10 months ago

1.3.0

10 months ago

0.1.0

2 years ago