jccp_a/vuepress/node_modules/@mdit/plugin-mark/README.md
hellcat ac91e1fbe4 1
2025-11-12 17:57:30 +08:00

19 lines
628 B
Markdown

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