Update markdown-it dependency to 4.0.1, fix breaking changes.

This commit is contained in:
David Anson 2015-03-18 23:14:44 -07:00
parent e305d22cce
commit c764d2798f
4 changed files with 25 additions and 24 deletions

View file

@ -21,7 +21,7 @@
"example": "cd example & node standalone.js & grunt markdownlint & gulp markdownlint"
},
"dependencies": {
"markdown-it": "^3.0.7"
"markdown-it": "^4.0.1"
},
"devDependencies": {
"eslint": "^0.15.0",