1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-15 05:21:06 +01:00
This commit is contained in:
rycee 2023-12-09 08:36:28 +00:00
parent fda2b782e8
commit 6bf6c82698
47 changed files with 73598 additions and 15179 deletions

6
highlightjs/loader.js Normal file
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);
});
});