Markdown it enhance plugin for easily adding caption below images in markdown with quotation mark behind image path
npm install @andatoshiki/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
``shnpm
$ npm install @andatoshiki/markdown-it-image-caption --save-dev
$ pnpm add -D @andatoshiki/markdown-it-image-caption
`
`markdown`
!some alt text
The above grammar would render your caption here` as the image caption in centered and small text font below the image.