@andatoshiki/markdown-it-image-caption

0.0.2 • Public • Published

markdown-it-image-caption

Easily add caption text below images via markdown-it and markdown grammar Markdown it enhance plugin for easily adding caption below images in markdown with quotation mark behind image path

Installation

# npm
$ npm install @andatoshiki/markdown-it-image-caption --save-dev

# yarn
$ yarn add -D @andatoshiki/markdown-it-image-caption

# pnpm

$ pnpm add -D @andatoshiki/markdown-it-image-caption

Usage

![some alt text](your-image-path 'your caption here')

The above grammar would render your caption here as the image caption in centered and small text font below the image.

License

MIT

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.2
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.2
    2
  • 0.0.1
    0

Package Sidebar

Install

npm i @andatoshiki/markdown-it-image-caption

Weekly Downloads

1

Version

0.0.2

License

MIT

Unpacked Size

3.81 kB

Total Files

8

Last publish

Collaborators

  • andatoshiki