Deploy PR #1117 preview

This commit is contained in:
GitHub Actions 2025-08-30 10:17:59 +00:00
commit 3875c7b360
12 changed files with 56195 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);
});
});