3 lines
92 B
JavaScript
3 lines
92 B
JavaScript
$(document).ready(function() {
|
|
$('pre').each(function(i, e) {hljs.highlightBlock(e)});
|
|
}); |