mdast

v1.0.0
Markdown processor powered by plugins
markdown markup abstract syntax tree json ast parse stringify and 3 more...

test-api

mocha --check-leaks test/index.js

test-api-extensive

TEST_EXTENDED=true npm run test-api

test-cli

bash test/cli.sh

test-coveralls

istanbul cover _mocha --report lcovonly -- --check-leaks test/index.js

test-coverage

istanbul cover _mocha -- -- test/index.js

test-travis

npm run test-coveralls && npm run test-cli

test

npm run test-api && npm run test-cli

lint-api

eslint .

lint-style

jscs --reporter inline .

lint

npm run lint-api && npm run lint-style

make

npm run lint && npm run test-coverage

benchmark

matcha benchmark.js

regenerate

node script/regenerate-fixtures.js

build-man

bin/mdast doc/*.?.md -c .mdastrc-man -q

build-expressions

node script/build-expressions.js

build-formatter

node script/build-formatter.js

build-md

bin/mdast . --quiet

build-options

node script/build-options.js

build-bundle

browserify index.js -s mdast > mdast.js

postbuild-bundle

esmangle mdast.js > mdast.min.js

build

npm run build-expressions && npm run build-formatter && npm run build-md && npm run build-options && npm run build-man && npm run build-bundle

Metadata

  • MIT
  • Whatever
  • Titus Wormer
  • released 8/12/2015

Downloads

Maintainers