markdown-it-ins-del
Version:
<ins> and <s> tags, with attribution, for markdown-it markdown parser.
33 lines (32 loc) • 600 B
JSON
{
"name": "markdown-it-ins-del",
"main": "index.js",
"homepage": "https://github.com/markdown-it/markdown-it-ins-del",
"description": "<ins> and <s> tags, with attribution, for markdown-it markdown parser.",
"keywords": [
"markdown-it-plugin",
"markdown-it",
"markdown",
"insert",
"ins",
"delete",
"del",
"sup",
"strikethrough"
],
"license": "MIT",
"ignore": [
"**/.*",
"benchmark",
"bower_components",
"coverage",
"demo",
"docs",
"lib",
"node_modules",
"support",
"test",
"Makefile",
"index*"
]
}