Files
beall-11ty/node_modules/@mdit/helper/README.md

19 lines
658 B
Markdown
Raw Normal View History

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