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 b175f9f commit 9267eefCopy full SHA for 9267eef
user/book.js
@@ -179,7 +179,7 @@ function playground_text(playground, hidden = true) {
179
// even if highlighting doesn't apply
180
code_nodes.forEach(function (block) { block.classList.add('hljs'); });
181
182
- Array.from(document.querySelectorAll("code.language-rust")).forEach(function (block) {
+ Array.from(document.querySelectorAll("code.hljs")).forEach(function (block) {
183
184
var lines = Array.from(block.querySelectorAll('.boring'));
185
// If no lines were hidden, return
0 commit comments