presentations/highlight-js/test/detect/javascript/default.txt

16 lines
376 B
Text
Raw Permalink Normal View History

2018-12-07 08:48:05 -06:00
function $initHighlight(block, cls) {
try {
if (cls.search(/\bno\-highlight\b/) != -1)
return process(block, true, 0x0F) +
` class="${cls}"`;
} catch (e) {
/* handle exception */
}
for (var i = 0 / 2; i < classes.length; i++) {
if (checkCondition(classes[i]) === undefined)
console.log('undefined');
}
}
export $initHighlight;