File tree 2 files changed +3
-6
lines changed
javascripts/integrations/clipboard
stylesheets/main/extensions/pymdownx
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,7 @@ import {
29
29
} from "rxjs"
30
30
31
31
import { translation } from "~/_"
32
- import {
33
- getElement ,
34
- getElements
35
- } from "~/browser"
32
+ import { getElement } from "~/browser"
36
33
37
34
/* ----------------------------------------------------------------------------
38
35
* Helper types
Original file line number Diff line number Diff line change 215
215
// removed after copying is done to mitigate whitespace-related issues.
216
216
code [data-md-copying ] {
217
217
218
- // Remove highlighted lines - see https://bit.ly/32iVGWh
218
+ // Temporarily remove highlighted lines - see https://bit.ly/32iVGWh
219
219
.hll {
220
220
display : contents ;
221
221
}
222
222
223
- // Remove code annotation
223
+ // Temporarily remove annotations
224
224
.md-annotation {
225
225
display : none ;
226
226
}
You can’t perform that action at this time.
0 commit comments