markdown-it-podcast
Version:
Markdown-it plugin to embed podcasts
21 lines (20 loc) • 399 B
JSON
{
"name": "markdown-it-podcast",
"version": "0.2.3",
"main": "index.js",
"license": "MIT",
"author": "gollum23",
"description": "Markdown-it plugin to embed podcasts",
"scripts": {
"test": "mocha"
},
"keywords": [
"markdown-it",
"markdown-plugin"
],
"devDependencies": {
"markdown-it": "^8.3.1",
"markdown-it-testgen": "^0.1.4",
"mocha": "^3.4.2"
}
}