mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2026-03-02 16:40:16 +01:00
Add MD002 with test, incorporate markdown-it parser.
This commit is contained in:
parent
5d35b8dfea
commit
82caaa9407
6 changed files with 29 additions and 5 deletions
|
|
@ -17,6 +17,9 @@
|
|||
"test": "nodeunit",
|
||||
"lint": "eslint lib test"
|
||||
},
|
||||
"dependencies": {
|
||||
"markdown-it": "^3.0.7"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^0.15.0",
|
||||
"nodeunit": "^0.9.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue