Thanks to visit codestin.com Credit goes to github.com
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.
2 parents 302dc18 + 40994a9 commit b6b03afCopy full SHA for b6b03af
live-view/extensions/markdown/markdown-dark.css
@@ -369,14 +369,6 @@ body .sr-only {
369
display: none;
370
}
371
372
-body [data-footnote-ref]::before {
373
- content: '[';
374
-}
375
-
376
-body [data-footnote-ref]::after {
377
- content: ']';
378
379
380
body .footnotes {
381
font-size: 85%;
382
color: var(--color-fg-muted);
service-worker.js
@@ -1,6 +1,6 @@
1
2
// update worker name when updating cached files
3
-const WORKER_NAME = 'codeit-worker-v784';
+const WORKER_NAME = 'codeit-worker-v785';
4
5
6
self.importScripts('/worker/client-channel.js');
0 commit comments