jstransformers / jstransformer-rho

Rho support for JSTransformers
https://github.com/inca/rho
MIT License
0 stars 0 forks source link

jstransformer-rho

Rho support for [JSTransformers][http://github.com/jstransformers].

Build Status Coverage Status Dependency Status NPM version

Installation

npm install jstransformer-rho

API

var rho = require('jstransformer')(require('jstransformer-rho'))

rho.render('Hello *world*!').body
//=> '<p>Hello <strong>world</strong>!</p>'

License

MIT