fuc-new/doc/node_modules/@mdit/plugin-uml/README.md
2025-10-15 12:40:55 +08:00

19 lines
617 B
Markdown

# @mdit/plugin-uml
[![Version](https://img.shields.io/npm/v/@mdit/plugin-uml.svg?style=flat-square&logo=npm) ![Downloads](https://img.shields.io/npm/dm/@mdit/plugin-uml.svg?style=flat-square&logo=npm) ![Size](https://img.shields.io/bundlephobia/min/@mdit/plugin-uml?style=flat-square&logo=npm)](https://www.npmjs.com/package/@mdit/plugin-uml)
uml plugin for MarkdownIt.
## [Docs](https://mdit-plugins.github.io/uml.html) | [文档](https://mdit-plugins.github.io/zh/uml.html)
## Install / 安装
```bash
# pnpm
pnpm add -D @mdit/plugin-uml
# npm
npm i -D @mdit/plugin-uml
# yarn
yarn add -D @mdit/plugin-uml
```