markdown-it-multimd-table
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "markdown-it-multimd-table", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Multimarkdown table syntax plugin for markdown-it markdown parser", | ||
@@ -26,2 +26,5 @@ "keywords": [ | ||
}, | ||
"dependencies":{ | ||
"markdown-it": "^5.0.3" | ||
}, | ||
"devDependencies": { | ||
@@ -31,11 +34,5 @@ "browserify": "*", | ||
"eslint": "0.10.2", | ||
"eslint-config-standard": "^10.2.1", | ||
"eslint-plugin-import": "^2.7.0", | ||
"eslint-plugin-node": "^5.1.1", | ||
"eslint-plugin-nodeca": "^1.0.0", | ||
"eslint-plugin-promise": "^3.5.0", | ||
"eslint-plugin-standard": "^3.0.1", | ||
"istanbul": "*", | ||
"lodash": "*", | ||
"markdown-it": "markdown-it/markdown-it", | ||
"markdown-it": "^5.0.3", | ||
"markdown-it-testgen": "~0.1.0", | ||
@@ -42,0 +39,0 @@ "mocha": "*", |
@@ -0,1 +1,5 @@ | ||
[![NPM version](https://img.shields.io/npm/v/markdown-it-multimd-table.svg?style=flat)](https://www.npmjs.org/package/markdown-it-multimd-table) | ||
[![Build Status](https://travis-ci.org/RedBug312/markdown-it-multimd-table.svg?branch=master)](https://travis-ci.org/RedBug312/markdown-it-multimd-table) | ||
[![Coverage Status](https://coveralls.io/repos/github/RedBug312/markdown-it-multimd-table/badge.svg?branch=master)](https://coveralls.io/github/RedBug312/markdown-it-multimd-table?branch=master) | ||
Multimarkdown table syntax plugin for markdown-it markdown parser | ||
@@ -25,3 +29,3 @@ | ||
```bash | ||
$ npm install markdown-it markdown-it-multimd-table --prefix . | ||
$ npm install markdown-it-multimd-table --prefix . | ||
$ vim test.js | ||
@@ -28,0 +32,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
91572
9
21
1060
56
1
+ Addedmarkdown-it@^5.0.3
+ Addedargparse@1.0.10(transitive)
+ Addedentities@1.1.2(transitive)
+ Addedlinkify-it@1.2.4(transitive)
+ Addedmarkdown-it@5.1.0(transitive)
+ Addedmdurl@1.0.1(transitive)
+ Addedsprintf-js@1.0.3(transitive)
+ Addeduc.micro@1.0.6(transitive)