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.
1 parent 4deb5c7 commit e3c484aCopy full SHA for e3c484a
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