(function () { var tags = document.querySelectorAll('h1,h2,h3,h4,h5,h6,li,p,span'); for (var i=0, len=tags.length; i') || (!tag.innerHTML.match(/https?:\/\//)))) continue; tag.innerHTML = tag.innerHTML.replace(/https?:\/\/[^ ]*/g, function (url) { url = url.replace(/[\.\),!]*$/, ''); var label = url; label = label.replace(/^https?:\/\//, '') .replace(/\/$/, ''); return ""+label+""; }); } })(); /* unorphan */ (function () { var els = document.querySelectorAll('h1 a, h1, h2, p.brief-intro, .pull-quote'); for (var i = 0, len = els.length; i < len; i++) { var el = els[i]; var last = el.lastChild; if (last && last.nodeType === 3) { console.log('=>', last.nodeValue, last.nodeValue.replace(/\s+([^\s]+\s*)$/g, '\xA0$1')); last.nodeValue = last.nodeValue.replace(/\s+([^\s]+\s*)$/g, '\xA0$1'); } } })(); /* loaded */ document.documentElement.className += ' loaded'; /* hljs */ (function () { var codes = document.querySelectorAll('pre > code'); for (var i = 0, len = codes.length; i < len; i++) { var block = codes[i]; hljs.highlightBlock(block); } })();