1.0.2 • Published 4 months ago

markdown-it-plus-image v1.0.2

Weekly downloads
7
License
Apache-2.0
Repository
github
Last release
4 months ago

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

1.0.2

4 months ago

1.0.1

7 years ago

1.0.0

7 years ago