jstransformer-rho
v0.1.0
Published
Rho support for JSTransformers
Downloads
11
Readme
jstransformer-rho 
Rho support for JSTransformers
Install
npm install jstransformer-rho --saveUsage
For more use-cases see the tests in test folder or see the JSTransformer API for more details.
var rho = require('jstransformer')(require('jstransformer-rho'));
rho.render('Hello *world*!').body
//=> '<p>Hello <strong>world</strong>!</p>'Contributing
Pull requests and stars are always welcome. For bugs and feature requests, please create an issue.
