We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5221c5b commit e3bf8b4Copy full SHA for e3bf8b4
example.html
@@ -39,5 +39,13 @@
39
// filename.js (Bitbucket) - two
40
console.log("yay bitbucket!")
41
</code></pre>
42
+
43
+ <pre><code>
44
+console.log("yay one!")
45
+ </code></pre>
46
47
48
+console.log("yay two!")
49
50
</body>
51
</html>
index.js
@@ -290,8 +290,9 @@ class Codeplus {
290
group.push(instances[i]);
291
} else {
292
if (
293
+ instances[i].hasNav() &&
294
instances[i].containerNode.previousElementSibling ===
- group[group.length - 1].containerNode
295
+ group[group.length - 1].containerNode
296
) {
297
298
0 commit comments