eleventy-plugin-markdown-shortcode
Version:
Eleventy plugin to add a markdown shortcode
33 lines (32 loc) • 844 B
JSON
{
"name": "eleventy-plugin-markdown-shortcode",
"version": "1.1.0",
"description": "Eleventy plugin to add a markdown shortcode",
"main": ".eleventy.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ogdenstudios/eleventy-plugin-markdown-shortcode.git"
},
"keywords": [
"eleventy-plugin",
"Eleventy",
"Plugin",
"Markdown",
"Static",
"site",
"generators"
],
"author": "Ogden Studios",
"license": "MIT",
"bugs": {
"url": "https://github.com/ogdenstudios/eleventy-plugin-markdown-shortcode/issues"
},
"homepage": "https://github.com/ogdenstudios/eleventy-plugin-markdown-shortcode#readme",
"dependencies": {
"markdown-it": "^10.0.0",
"markdown-it-front-matter": "^0.2.1"
}
}