1
0
Fork 0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-03-10 10:11:11 +03:00
rss-bridge/daux_libraries
2022-12-27 23:35:19 +00:00
..
highlight.pack.js Deploying to gh-pages from @ RSS-Bridge/rss-bridge@76f5de3d0f 🚀 2022-03-22 20:34:02 +00:00
katex.min.css Deploying to gh-pages from @ RSS-Bridge/rss-bridge@910ccd3ad8 🚀 2022-12-27 23:35:19 +00:00
katex.min.js Deploying to gh-pages from @ RSS-Bridge/rss-bridge@910ccd3ad8 🚀 2022-12-27 23:35:19 +00:00
mermaid.min.js Deploying to gh-pages from @ RSS-Bridge/rss-bridge@910ccd3ad8 🚀 2022-12-27 23:35:19 +00:00
mermaid.min.js.LICENSE.txt Deploying to gh-pages from @ RSS-Bridge/rss-bridge@76f5de3d0f 🚀 2022-03-22 20:34:02 +00:00
mermaid.min.js.map Deploying to gh-pages from @ RSS-Bridge/rss-bridge@910ccd3ad8 🚀 2022-12-27 23:35:19 +00:00
README.md Deploying to gh-pages from @ RSS-Bridge/rss-bridge@76f5de3d0f 🚀 2022-03-22 20:34:02 +00:00
search.css Deploying to gh-pages from @ RSS-Bridge/rss-bridge@0a2e31e1f7 🚀 2022-10-06 20:13:30 +00:00
search.min.js Deploying to gh-pages from @ RSS-Bridge/rss-bridge@910ccd3ad8 🚀 2022-12-27 23:35:19 +00:00
search.min.js.map Deploying to gh-pages from @ RSS-Bridge/rss-bridge@910ccd3ad8 🚀 2022-12-27 23:35:19 +00:00

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.