This commit is contained in:
NotAShelf 2025-04-03 00:17:34 +00:00
commit e75fddd057
25 changed files with 182 additions and 103102 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);
});
});