(function(w){ // conditionally load hightlight.js /w sunburst css from cdn var codes = document.getElementsByTagName('code'); if (codes.length > 0) { var css = document.createElement("link"); css.setAttribute("rel", "stylesheet"); css.setAttribute("type", "text/css"); css.setAttribute("href", "https://d2xxklvztqk0jd.cloudfront.net/css/sunburst.css"); document.getElementsByTagName("head")[0].appendChild(css); var js = document.createElement('script'); js.setAttribute("type", "text/javascript"); js.setAttribute("async", true); js.onload = function() { hljs.initHighlighting(); }; js.setAttribute("src", "https://d2xxklvztqk0jd.cloudfront.net/js/highlight.js"); var t = document.getElementsByTagName('script')[0]; t.parentNode.insertBefore(js, t); } })(window);