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 4deb5c7 + e3c484a commit 36e1f01Copy full SHA for 36e1f01
src/theme/book.js
@@ -166,7 +166,6 @@ function playground_text(playground) {
166
.filter(function (node) {return node.classList.contains("editable"); })
167
.forEach(function (block) { block.classList.remove('language-rust'); });
168
169
- Array
170
code_nodes
171
.filter(function (node) {return !node.classList.contains("editable"); })
172
.forEach(function (block) { hljs.highlightBlock(block); });
0 commit comments