1if (typeof $ === "function"){ 2 $( document ).ready(function() { 3 console.log("Configure hljs"); 4 hljs.configure({languages:['cpp']}); 5 }); 6} 7