From b2b874c6a0faf3d04c0613f10fc7f0171e1a76be Mon Sep 17 00:00:00 2001 From: David Anson Date: Sun, 16 Oct 2016 21:46:02 -0700 Subject: [PATCH] Update dependencies: markdown-it to 8.0.1. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d31af1f6..3a540f41 100644 --- a/package.json +++ b/package.json @@ -23,7 +23,7 @@ "example": "cd example && node standalone.js && grunt markdownlint --force && gulp markdownlint" }, "dependencies": { - "markdown-it": "^7.0.0" + "markdown-it": "^8.0.1" }, "devDependencies": { "browserify": "^13.0.1",