lib/jazzy/themes/jony/assets/js/jazzy.js in jazzy-0.9.5 vs lib/jazzy/themes/jony/assets/js/jazzy.js in jazzy-0.9.6
- old
+ new
@@ -37,11 +37,5 @@
} else {
location.hash = href;
}
event.preventDefault();
});
-
-// Dumb down quotes within code blocks that delimit strings instead of quotations
-// https://github.com/realm/jazzy/issues/714
-$("code q").replaceWith(function () {
- return ["\"", $(this).contents(), "\""];
-});