qing-markdown-reader
Version:
Markdown string tool, input markdown string, return html string
37 lines (36 loc) • 890 B
JSON
{
"name": "qing-markdown-reader",
"author": "qinkaiyuan",
"version": "1.1.0",
"description": "Markdown string tool, input markdown string, return html string",
"keywords": [
"markdown to html",
"markdown string to html string",
"md to html",
"marked-reader",
"markdown-reader",
"marked",
"markdown",
"reader"
],
"license": "MIT",
"homepage": "https://github.com/qinkaiyuan/qing-markdown-reader#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/qinkaiyuan/qing-markdown-reader.git"
},
"bugs": {
"url": "https://github.com/qinkaiyuan/qing-markdown-reader/issues"
},
"main": "index.js",
"files": [
"index.js",
"index.d.ts",
"package.json"
],
"dependencies": {
"highlight.js": "^10.1.0",
"marked": "^1.1.0",
"qing-utils": "^1.0.7"
}
}