jstransformer-mdast

0.1.0 • Public • Published

jstransformer-mdast The MIT License

mdast support for JSTransformers

travis build status coverage status dependency status npmjs.com

Install

npm install jstransformer-mdast --save

Usage

For more use-cases see the tests in test folder or see the JSTransformer API for more details.

var mdast = require('jstransformer')(require('jstransformer-mdast'));

mdast.render('Some *emphasis*, **strongness**, and `code`').body
//=> 'Some _emphasis_, **strongness**, and `code`'

Contributing

Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.

License

The MIT License

Readme

Keywords

Package Sidebar

Install

npm i jstransformer-mdast

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • stoeffel
  • hemanth
  • timothygu
  • vanchoy
  • tunnckocore