3482
правки
Изменения
м
/*
*/
Нет описания правки
mw.loader.load( 'http://yandex.st/highlightjs/8.0/styles/idea.min.css', 'text/css' );
window.onload = function() {
var aCodes = document.getElementsByTagName('pre');
}
};
/*
$(document).ready(function() {
$('pre').each(function(i, e) {
});
});
*/
hljs.configure({tabReplace: ' '});
hljs.initHighlightingOnLoad();