Skip to content

Commit

Permalink
fix: Add remark-gfm as plug-in for table parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni committed Nov 3, 2020
1 parent a007bba commit e1fc20b
Show file tree
Hide file tree
Showing 2 changed files with 121 additions and 2 deletions.
118 changes: 118 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Expand Up @@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
"remark": "remark \"tmp/*.md\" \"tmp/doc/**/*.md\" \"tmp/lib/**/*.md\" \"tmp/benchmark/**/*.md\" \"tmp/test/[a-eg-z]*/**/*.md\" \"tmp/tools/doc/*.md\" \"tmp/tools/icu/**/*.md\" --use . -fq",
"remark": "remark \"tmp/*.md\" \"tmp/doc/**/*.md\" \"tmp/lib/**/*.md\" \"tmp/benchmark/**/*.md\" \"tmp/test/[a-eg-z]*/**/*.md\" \"tmp/tools/doc/*.md\" \"tmp/tools/icu/**/*.md\" --use . --use gfm -fq",
"test": "prettier index.js --write",
"test-ci": "npm run lockfile-lint && npm run remark"
},
Expand Down Expand Up @@ -63,6 +63,7 @@
"devDependencies": {
"lockfile-lint": "^4.2.2",
"prettier": "^2.0.2",
"remark-cli": "^9.0.0"
"remark-cli": "^9.0.0",
"remark-gfm": "^1.0.0"
}
}

0 comments on commit e1fc20b

Please sign in to comment.