An open API service indexing awesome lists of open source software.

https://github.com/markslides/markdown-it-mermaid

Mermaid plugin for markdown-it
https://github.com/markslides/markdown-it-mermaid

Last synced: over 1 year ago
JSON representation

Mermaid plugin for markdown-it

Awesome Lists containing this project

README

          

## ⚠️ This repository is merged to [markslides monorepo](https://github.com/markslides/markslides)

## 🔗 Link to `markdown-it-mermaid` package
https://github.com/markslides/markslides/tree/main/packages/markdown-it-mermaid

---

# markdown-it-mermaid
MermaidJS plugin for markdown-it

## Installation

```bash
npm install --save @markslides/markdown-it-mermaid
```

## Usage

```tsx
import markdownItMermaid from '@markslides/markdown-it-mermaid';
```

## License
This package releases under the MIT License.