This commit is contained in:
NotAShelf 2025-03-17 17:28:29 +00:00
commit de6bade34c
25 changed files with 49 additions and 101622 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);
});
});