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
- Host: GitHub
- URL: https://github.com/markslides/markdown-it-mermaid
- Owner: markslides
- License: mit
- Created: 2023-10-05T09:20:20.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-12T07:19:46.000Z (over 2 years ago)
- Last Synced: 2025-03-01T18:41:56.853Z (over 1 year ago)
- Language: TypeScript
- Size: 60.5 KB
- Stars: 4
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.