.. | ||
daux.js | ||
fontawesome-all.js | ||
highlight.pack.js | ||
html5shiv-3.7.3.min.js | ||
jquery-1.11.3.min.js | ||
README.md |
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.