UNPKG

markdown-it-conref

Version:

Adds the ability to use DITA Content References —or conrefs— as a markdown-it plugin.

37 lines (36 loc) 926 B
{ "name": "markdown-it-conref", "version": "1.0.0", "description": "Adds the ability to use DITA Content References —or conrefs— as a markdown-it plugin.", "main": "index.js", "keywords": [ "markdown-it", "conref", "DITA" ], "author": "German Attanasio Ruiz <germanattanasio@gmail.com>", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/germanattanasio/markdown-it-conref.git" }, "bugs": { "url": "https://github.com/germanattanasio/markdown-it-conref/issues" }, "devDependencies": { "codecov": "^1.0.1", "eslint": "^3.8.1", "istanbul": "~0.4.0", "markdown-it": "^8.0.1", "mocha": "~2.4.1" }, "dependencies": { "markdown-it-regexp": "~0.4.0", "yamljs": "~0.2.8" }, "scripts": { "lint": "eslint .", "test": "istanbul cover node_modules/mocha/bin/_mocha", "codecov": "npm run test && codecov" } }