https://github.com/dcsunset/markdown-it-mermaid-plugin
A lightweight markdown-it plugin to support mermaid diagram.
https://github.com/dcsunset/markdown-it-mermaid-plugin
Last synced: 3 months ago
JSON representation
A lightweight markdown-it plugin to support mermaid diagram.
- Host: GitHub
- URL: https://github.com/dcsunset/markdown-it-mermaid-plugin
- Owner: DCsunset
- License: mit
- Created: 2020-05-12T07:51:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-13T02:20:07.000Z (over 3 years ago)
- Last Synced: 2024-12-31T09:44:44.198Z (5 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# markdown-it-mermaid-plugin
[](https://www.npmjs.com/package/markdown-it-mermaid-plugin)
[](https://github.com/DCsunset/markdown-it-mermaid-plugin/blob/master/LICENSE)A lightweight markdown-it plugin to support mermaid diagram.
## Installation
```
npm i markdown-it-code-copy
```## Usage
```js
const md = require('markdown-it')()
.use(require('markdown-it-mermaid-plugin'));
```## License
MIT License