Fix Jekyll escaping.
This commit is contained in:
parent
b79dc1712b
commit
d1525399a1
|
@ -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++) {
|
||||||
|
|
Loading…
Reference in New Issue