This commit is contained in:
Soliprem 2025-05-13 11:23:46 +00:00
commit 5e5c4a6e06
25 changed files with 241 additions and 106065 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);
});
});