javascript:(function () { $('tt.codetext').each(function(i, block) { hljs.highlightBlock(block); }); }());