UNPKG

remark-bracketed-spans

Version:

Add an id, classes, and data attributes to `<span>` tags in markdown.

42 lines (41 loc) 961 B
{ "name": "remark-bracketed-spans", "version": "3.0.0", "description": "", "main": "index.js", "directories": { "test": "tests" }, "dependencies": { "unist-util-remove": "^0.2.1", "unist-util-visit": "^1.1.1" }, "devDependencies": { "rehype-remark": "github:sethvincent/rehype-remark", "remark": "^7.0.0", "remark-html": "^6.0.0", "remark-stringify": "^3.0.0", "rehype": "^4.0.0", "standard": "^9.0.0", "tape": "^4.6.3" }, "scripts": { "test": "standard && node tests/index.js" }, "repository": { "type": "git", "url": "git+https://github.com/sethvincent/remark-bracketed-spans.git" }, "keywords": [ "remark", "pandoc", "bracketed", "spans" ], "author": "sethvincent", "license": "ISC", "bugs": { "url": "https://github.com/sethvincent/remark-bracketed-spans/issues" }, "homepage": "https://github.com/sethvincent/remark-bracketed-spans#readme" }