markdown-it-multimd-table-ext
Version:
Multimarkdown table syntax plugin for markdown-it markdown parser
38 lines (37 loc) • 786 B
JSON
{
"name": "markdown-it-multimd-table-ext",
"description": "Multimarkdown table syntax plugin for markdown-it markdown parser",
"main": "index.js",
"authors": [
"RedBug312",
"jppellet"
],
"license": "MIT",
"keywords": [
"markdown-it-plugin",
"markdown-it",
"markdown",
"multimarkdown",
"table"
],
"homepage": "https://github.com/jppellet/markdown-it-multimd-table-ext",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"markdown-it": "^8.4.2"
},
"devDependencies": {
"browserify": "^16.3.0",
"coveralls": "^3.0.4",
"eslint": "^6.0.1",
"istanbul": "^0.4.5",
"markdown-it-testgen": "^0.1.3",
"mocha": "^6.1.4",
"terser": "^4.1.2"
}
}