0
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-12 00:25:03 +00:00
rss-bridge/daux_libraries/README.md

13 lines
329 B
Markdown

# 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.