remark-figure-caption
Version:
A remark plugin to wrap images with next line blockquote in figure elements with captions.
36 lines • 739 B
JSON
{
"name": "remark-figure-caption",
"description": "A remark plugin to wrap images with next line blockquote in figure elements with captions.",
"author": "xiyo",
"license": "MIT",
"repository": "xiyo/remark-figure-caption",
"version": "1.0.6",
"type": "module",
"exports": {
".": "./dist/remark-figure-caption.js"
},
"files": [
"dist",
"LICENSE.txt"
],
"keywords": [
"remark",
"plugin",
"markdown",
"figure",
"figcaption"
],
"dependencies": {
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"vite": "^5.4.2",
"vitest": "^2.0.5",
"unified": "^11.0.5",
"remark-parse": "^11.0.0"
},
"scripts": {
"build": "vite build",
"test": "vitest"
}
}