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