Deploy PR #838 preview

This commit is contained in:
GitHub Actions 2025-04-19 13:53:45 +00:00
commit 13bd4b9705
12 changed files with 52056 additions and 0 deletions

View file

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