markdown-it-ib
Version:
Use <i> and <b> along with <em> and <strong> with Markdown syntax
31 lines (30 loc) • 561 B
JSON
{
"name": "markdown-it-ib",
"version": "2.0.0",
"description": "Use <i> and <b> along with <em> and <strong> with Markdown syntax",
"license": "ISC",
"author": {
"name": "Valtteri Laitinen",
"email": "dev@valtlai.fi",
"url": "https://valtlai.fi/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/valtlai/markdown-it-ib.git"
},
"type": "commonjs",
"exports": "./index.js",
"engines": {
"node": ">=18"
},
"keywords": [
"em",
"strong",
"i",
"b",
"html",
"markdown",
"markdown-it",
"markdown-it-plugin"
]
}