Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed
https://markdown-it.github.io/
25 lines
512 B
25 lines
512 B
{
|
|
"name": "remarkable",
|
|
"main": "dist/remarkable.js",
|
|
"homepage": "https://github.com/jonschlinkert/remarkable",
|
|
"description": "Markdown parser, done right. Commonmark support, extensions, syntax plugins, high speed - all in one.",
|
|
"keywords": [
|
|
"markdown",
|
|
"md",
|
|
"commonmark",
|
|
"parser"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"benchmark",
|
|
"bower_components",
|
|
"demo",
|
|
"lib",
|
|
"node_modules",
|
|
"support",
|
|
"test",
|
|
"Makefile",
|
|
"index*"
|
|
]
|
|
}
|
|
|