UNPKG

remark-sectionize

Version:

Wrap content below each heading in a <section> element

35 lines (34 loc) 781 B
{ "name": "remark-sectionize", "version": "2.1.0", "description": "Wrap content below each heading in a <section> element", "main": "index.js", "types": "index.d.ts", "repository": "https://github.com/jake-low/remark-sectionize", "author": "Jake Low <hello@jakelow.com>", "license": "MIT", "private": false, "type": "module", "scripts": { "test": "node test.js" }, "keywords": [ "remark", "plugin", "markdown", "html", "section" ], "dependencies": { "unist-util-find-after": "^4.0.1", "unist-util-visit": "^4.1.2" }, "devDependencies": { "dedent": "^0.7.0", "remark": "^14.0.2", "tape": "^5.6.3", "unified": "^11.0.5", "unist-builder": "^3.0.1", "unist-util-remove-position": "^4.0.2" } }