remark-preset-lint-videojs
A remark preset to configure remark-lint with standard rules for video.js project documentation..
Install
npm:
npm install remark-preset-lint-videojs
You probably want to use it on the CLI through a config file:
... "remarkConfig": {+ "plugins": ["remark-preset-lint-videojs"] } ...
Or use it on the CLI directly
remark -u remark-preset-lint-videojs readme.md
Or use this on the API:
var remark = require('remark'); var report = require('vfile-reporter'); var file = remark()+ .use(require('remark-preset-lint-videojs')) .processSync('_Emphasis_ and **importance**') console.error(report(file));
Rules
This preset configures remark-lint with the following rules: