UNPKG

markdown-it-table-of-contents

Version:

A Markdown-it plugin for adding a table of contents to markdown documents

39 lines (38 loc) 1.05 kB
{ "license": "MIT", "version": "0.6.0", "name": "markdown-it-table-of-contents", "main": "index.js", "scripts": { "test": "mocha test --recursive" }, "engines": { "node": ">6.4.0" }, "description": "A Markdown-it plugin for adding a table of contents to markdown documents", "homepage": "https://github.com/martinlissmyr/markdown-it-table-of-contents", "keywords": [ "markdown", "markdown-it", "toc", "table of contents", "markdown-it-plugin" ], "repository": { "type": "git", "url": "https://github.com/martinlissmyr/markdown-it-table-of-contents.git" }, "bugs": { "url": "https://github.com/martinlissmyr/markdown-it-table-of-contents/issues" }, "author": "Martin Lissmyr <https://github.com/martinlissmyr>", "contributors": [ "Listed at <https://github.com/martinlissmyr/markdown-it-table-of-contents/contributors>" ], "devDependencies": { "markdown-it": "~8.4.2", "markdown-it-anchor": "~5.0.1", "markdown-it-attrs": "^2.4.1", "mocha": "~5.2.0" } }