Testing BeautifyJS
by jcreamer898
HTML
<script src="http://jsbeautifier.org/beautify.js"></script>
<script src="http://jsbeautifier.org/beautify-html.js"></script>
JavaScript
var html = '<div>Some html to <br> make <b>pretty</b></div>';
console.log("js_beautify: " + js_beautify(html));
console.log("style_html: " + style_html(html));