commonmark
Version:
a strongly specified, highly compatible variant of Markdown
25 lines (24 loc) • 509 B
JSON
{
"name": "commonmark",
"main": "dist/commonmark.js",
"homepage": "https://github.com/jgm/commonmark.js",
"description": "CommonMark parsing and rendering library",
"license": "BSD-2-Clause",
"ignore": [
"**/.*",
"lib",
"bin",
"test",
"tools",
"bench",
"Makefile",
"README.md",
"dingus.html",
"eslint.json",
"package.json"
],
"keywords": [
"markdown",
"commonmark"
]
}