mdast

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

build-man

bin/mdast doc/*.?.md --config-path .mdastrc-man --quiet

build-expressions

node script/build-expressions.js

build-md

bin/mdast . --quiet --frail

build-version

node script/build-version.js

build-options

node script/build-options.js

build-bundle

node script/build-bundle.js

lint-api

eslint .

lint-style

jscs --reporter inline .

lint

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

build

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

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-coverage

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

test-travis

npm run build-md && npm run build-bundle && npm run lint && npm run test-coverage && npm run test-cli

test

npm run build && npm run lint && npm run test-coverage && npm run test-cli

Metadata

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

Downloads

Maintainers