markdown-it-plus-image

1.0.2 • Public • Published

markdown-it-plus-image

ThnkSNS Plus image syntax plugin for markdown-it markdown parser.

Required markdown-it >= 8.4.

Syntax is @![title](id) tag.

Install

npm, yarn

npm install markdown-it-plus-image --save
yarn add markdown-it-plus-image

Use

import markdownIt from 'markdown-it';
import plusImageSyntax from 'markdown-it-plus-image';

const md = markdownIt().use(plusImageSyntax);

md.render(/* ... */);

License

Apache-2.0

Package Sidebar

Install

npm i markdown-it-plus-image

Weekly Downloads

3

Version

1.0.2

License

Apache-2.0

Unpacked Size

25.9 kB

Total Files

9

Last publish

Collaborators

  • zhiyicx