JS Beautifier HTML support for JSTransformers.
npm install jstransformer-html-beautify
var beautify = require('jstransformer')(require('jstransformer-html-beautify'))
beautify.render('<strong > Hello World! </strong >').body
//=> '<strong>Hello World!</strong>'
MIT