Fix Jekyll escaping.

This commit is contained in:
Rico Sta. Cruz 2014-06-16 00:04:06 +08:00
parent b79dc1712b
commit d1525399a1
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
})(); })();
(function () { (function () {
if (!window.JekyllEscape) return;
var tags = document.querySelectorAll('pre code, pre span'); var tags = document.querySelectorAll('pre code, pre span');
for (var i=0, len=tags.length; i<len; i++) { for (var i=0, len=tags.length; i<len; i++) {