mdast

v0.1.0-rc.2
Speedy Markdown parser for multipurpose analysis
markdown markup abstract syntax tree json ast

test

_mocha --reporter spec --check-leaks -u exports spec/mdast.spec.js

test-travis

istanbul cover node_modules/.bin/_mocha --report lcovonly -- --reporter spec --check-leaks -u exports spec/mdast.spec.js

lint

npm run-script lint-api && npm run-script lint-test && npm run-script lint-benchmark && npm run-script lint-style

lint-api

eslint index.js lib/parse/index.js lib/stringify/index.js --env node --env browser --rule 'quotes: [2, single]'

lint-test

eslint spec/mdast.spec.js spec/fixtures.js --env node --env mocha --rule 'quotes: [2, single]'

lint-benchmark

eslint benchmark/index.js --env node --global suite,set,bench --rule 'quotes: [2, single]'

lint-style

jscs index.js lib/parse/index.js lib/stringify/index.js spec/mdast.spec.js spec/fixtures.js benchmark/index.js --reporter=inline

install-browser-test

npm install browserify

build-browser-test

browserify spec/mdast.spec.js -o spec/browser.spec.js

coverage

istanbul cover node_modules/.bin/_mocha -- -- spec/mdast.spec.js

benchmark

matcha

make

npm run-script lint && npm run-script coverage

Metadata

  • MIT
  • Whatever
  • Christopher Jeffrey
  • released 12/10/2014

Downloads

Maintainers