1.0.0 • Published 8 months ago

@ver5/markdown-it-image v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

@ver5/markdown-it-image

markdown-it 图片插件

安装

pnpm add @ver5/markdown-it-image

usage

import { type ImageOptions, internalLinkPlugin } from "@ver5/markdown-it-image";

md.use<ImageOptions>(imagePlugin, {
  lazy?: boolean;
  caption?: boolean;
  center?: boolean;
});

使用示例

![](./images/stack.png "标题=300x300")