mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-03-10 10:11:11 +03:00
.. | ||
highlight.pack.js | ||
katex.min.css | ||
katex.min.js | ||
mermaid.min.js | ||
mermaid.min.js.LICENSE.txt | ||
mermaid.min.js.map | ||
README.md | ||
search.css | ||
search.min.js | ||
search.min.js.map |
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.