1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-16 13:34:11 +02:00

Deploying to gh-pages from @ RSS-Bridge/rss-bridge@76f5de3d0f 🚀

This commit is contained in:
Bockiii
2022-03-22 20:34:02 +00:00
parent 90f0f6f92f
commit 06dd2e3300
91 changed files with 11052 additions and 0 deletions

12
daux_libraries/README.md Normal file
View File

@@ -0,0 +1,12 @@
# Updating Highlight.js
This build of highlight.js contains all languages. to achieve this, go to : https://highlightjs.org/download/
And run the following snipped in the console:
```
$$("input[type=checkbox]").forEach(function(checkbox) { checkbox.checked=true; })
```
This will tick all boxes instead of doing it by hand.