| assets/js/code.js | ●●●●● patch | view | raw | blame | history |
assets/js/code.js
@@ -158,12 +158,14 @@ } function toggleLineNumbers(elems) { if(elems) { elems.forEach(function (elem, index) { // mark the code element when there are no lines modifyClass(elem, 'pre_nolines') }); restrainCodeBlockHeight(elems); } } function toggleLineWrap(elem) { modifyClass(elem, 'pre_wrap');