We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 118c6c5 + 20e8ec7 commit 465800cCopy full SHA for 465800c
prettify.js
@@ -9,5 +9,7 @@ module.exports = function(){
9
code.className = code.className +" prettyprint";
10
}
11
12
+ //turn off batching (https://github.com/google/code-prettify/blob/master/src/prettify.js#L142)
13
+ window.PR_SHOULD_USE_CONTINUATION = false;
14
prettyPrint();
15
0 commit comments