This commit is contained in:
NotAShelf 2025-03-06 20:54:29 +00:00
commit 05c799dc40
25 changed files with 12 additions and 98184 deletions

View file

@ -1,6 +0,0 @@
/* This file is NOT part of highlight.js */
document.addEventListener('DOMContentLoaded', (event) => {
document.querySelectorAll('.programlisting, .screen').forEach((element) => {
hljs.highlightElement(element);
});
});