mirror of
https://github.com/NotAShelf/nvf.git
synced 2025-09-06 10:21:31 +00:00
deploy: 61b0264868
This commit is contained in:
parent
d07f6fdd57
commit
10e525e0f9
44 changed files with 23813 additions and 5101 deletions
6
highlightjs/loader.js
Normal file
6
highlightjs/loader.js
Normal 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);
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue