UNPKG

@mdit/plugin-img-mark

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