remarkable

v2.0.1
Markdown parser, done right. 100% Commonmark support, extensions, syntax plugins, high speed - all in one.
commonmark markdown md parse parser process remarkable render renderer and 2 more...

build

rm -rf dist && yarn rollup -c

lint

eslint .

test:browser

yarn build && node -r esm ./test/test-browser.js && serve .

test:spec

./support/specsplit.js test/fixtures/commonmark/spec.txt

test:mocha

mocha -r esm -R spec

test:ci

nyc mocha -r esm -R spec --bail

test

yarn test:mocha && yarn test:spec

coverage

yarn add coveralls@2 && nyc report --reporter=text-lcov | coveralls

prepublishOnly

yarn build
npm i remarkable

Metadata

  • MIT
  • >= 6.0.0
  • Unknown
  • released 5/25/2020

Downloads