Added inline comments, hooked up markdown-toc to npm start

This commit is contained in:
2017-03-27 18:44:53 +11:00
parent 3214a56453
commit 7ee1216b1f
5 changed files with 12 additions and 8 deletions
+2 -1
View File
@@ -4,13 +4,14 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "markdown-toc -i rules.md"
},
"author": "",
"license": "ISC",
"dependencies": {
"markdown-it": "^8.3.1",
"markdown-it-container": "^2.0.0",
"markdown-it-inline-comments": "^1.0.1",
"markdown-toc": "^1.1.0"
}
}