dead code
This commit is contained in:
parent
44404922aa
commit
16ebe0faf5
1 changed files with 0 additions and 4 deletions
|
@ -1,8 +1,4 @@
|
||||||
window.addEventListener("load", () => {
|
window.addEventListener("load", () => {
|
||||||
const theme = window.matchMedia("(prefers-color-scheme: dark)").matches
|
|
||||||
? "dark" // dark
|
|
||||||
: "default"; // light
|
|
||||||
|
|
||||||
hljs.configure({
|
hljs.configure({
|
||||||
noHighlightRe: /^$/i,
|
noHighlightRe: /^$/i,
|
||||||
languageDetectRe: /\blanguage-hljs-([\w-]+)\b/i,
|
languageDetectRe: /\blanguage-hljs-([\w-]+)\b/i,
|
||||||
|
|
Loading…
Reference in a new issue