jstransformer-megamark

0.1.0 • Public • Published

jstransformer-megamark The MIT License

megamark support for JSTransformers.

travis build status coverage status dependency status npmjs.com

Install

npm install jstransformer-megamark --save
npm test

Usage

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

var megamark = require('jstransformer')(require('jstransformer-megamark'));
 
console.log(megamark.render('_Hello_, **world**!').body);
//=> '<p><em>Hello</em>, <strong>world</strong>!</p>'

Contributing

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

License

The MIT License

Package Sidebar

Install

npm i jstransformer-megamark

Weekly Downloads

1

Version

0.1.0

License

MIT

Last publish

Collaborators

  • vanchoy
  • tunnckocore