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 fca0621 commit 690f9cfCopy full SHA for 690f9cf
‎docs/css/custom.css‎
@@ -8,6 +8,10 @@
8
white-space: pre-wrap;
9
}
10
11
+.termy .linenos {
12
+ display: none;
13
+}
14
+
15
a.external-link::after {
16
/* \00A0 is a non-breaking space
17
to make the mark be on the same line as the link
‎docs/js/custom.js‎
@@ -13,7 +13,7 @@ function setupTermynal() {
function createTermynals() {
document
- .querySelectorAll(`.${termynalActivateClass} .highlight`)
+ .querySelectorAll(`.${termynalActivateClass} .highlight code`)
.forEach(node => {
18
const text = node.textContent;
19
const lines = text.split("\n");
0 commit comments