markdown-it-underline
Version:
Renders _underline_ to <u>underline</u>
33 lines (32 loc) • 784 B
JSON
{
"name": "markdown-it-underline",
"version": "1.0.1",
"description": "Renders _underline_ to <u>underline</u>",
"main": "index.js",
"scripts": {
"preversion": "npm test",
"postpublish": "git push && git push --tags",
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arve0/markdown-it-underline.git"
},
"keywords": [
"underline",
"markdown",
"markdown-it",
"markdown-it-plugin",
"commonmark"
],
"author": "Arve Seljebu",
"license": "MIT",
"bugs": {
"url": "https://github.com/arve0/markdown-it-underline/issues"
},
"homepage": "https://github.com/arve0/markdown-it-underline#readme",
"devDependencies": {
"markdown-it": "^8.1.0",
"power-assert": "^1.4.2"
}
}