Skip to content

👫 Markdown it enhance plugin for easily adding caption below images in markdown with quotation mark behind image path

License

Notifications You must be signed in to change notification settings

lolilab/markdown-it-image-caption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

👫 Markdown it enhance plugin for easily adding caption below images in markdown with quotation mark behind image path

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published