Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-13T02:20:07.000Z (almost 3 years ago)
- Last Synced: 2024-11-08T08:55:01.430Z (about 2 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
[![npm](https://img.shields.io/npm/v/markdown-it-mermaid-plugin.svg)](https://www.npmjs.com/package/markdown-it-mermaid-plugin)
[![GitHub](https://img.shields.io/github/license/DCsunset/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