mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 00:45:32 +00:00
Adds check-markdown package that parses .md files, looks for links and images, and verifies that they are valid links (for internal links).
11 lines
196 B
JSON
11 lines
196 B
JSON
{
|
|
"name": "check-markdown",
|
|
"version": "1.0.0",
|
|
"type": "module",
|
|
"main": "build/index.js",
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"marked": "^14.1.2",
|
|
"chalk": "^2.4.2"
|
|
}
|
|
}
|