UNPKG

remark-underline

Version:

A remark plugin which adds underline support by repurposing the "__" token.

37 lines (36 loc) 942 B
{ "name": "remark-underline", "version": "1.0.5", "description": "A remark plugin which adds underline support by repurposing the \"__\" token.", "main": "dist/remark-underline.js", "scripts": { "build": "microbundle build --no-compress" }, "umd:main": "dist/remark-underline.umd.js", "module": "dist/remark-underline.mjs", "source": "src/index.js", "repository": { "type": "git", "url": "git+https://github.com/Darkhax/remark-underline.git" }, "keywords": [ "remark", "markdown", "underline", "underscore", "plugin" ], "author": "Tyler Hancock (Darkhax)", "license": "MIT", "bugs": { "url": "https://github.com/Darkhax/remark-underline/issues" }, "homepage": "https://github.com/Darkhax/remark-underline#readme", "peerDependencies": { "remark": "12.x" }, "devDependencies": { "microbundle": "^0.12.3" }, "funding": "https://www.patreon.com/Darkhax" }