pretty.js 111 Bytes EditWeb IDE 1 2 3 4 5 $( document ).ready(function() { $('pre code').parent().addClass('prettyprint well'); prettyPrint(); });