pretty.js 111 Bytes
Newer Older
1 2 3 4 5

$( document ).ready(function() {
	$('pre code').parent().addClass('prettyprint well');
    prettyPrint();
});