html2slim
v0.1.0
Published
convert html string to slim template
Downloads
6
Readme
html2slim converter
Install
$ gem install html2haml haml2slim
$ npm i -S html2slim
Usage
var h2s = require('./index');
h2s('<h1>Gleb, ty <b class="sarcasm">zalil</b>?</h1>', function(err, slim){
console.log(slim);
});