jstransformer-megamark
v0.1.0
Published
megamark support for JSTransformers.
Downloads
12
Readme
jstransformer-megamark
megamark support for JSTransformers.
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.