8
0
Fork 0
Articlevoucher/docs/Documentation/themes/d3/js
Markus Gärtner c78c8e4725 Initial 4.0.1.0 ionCube 5.6+7.0 2018-11-30 12:00:44 +01:00
..
README.md Initial 4.0.1.0 ionCube 5.6+7.0 2018-11-30 12:00:44 +01:00
daux.js Initial 4.0.1.0 ionCube 5.6+7.0 2018-11-30 12:00:44 +01:00
fontawesome-all.js Initial 4.0.1.0 ionCube 5.6+7.0 2018-11-30 12:00:44 +01:00
highlight.pack.js Initial 4.0.1.0 ionCube 5.6+7.0 2018-11-30 12:00:44 +01:00
html5shiv-3.7.3.min.js Initial 4.0.1.0 ionCube 5.6+7.0 2018-11-30 12:00:44 +01:00
jquery-1.11.3.min.js Initial 4.0.1.0 ionCube 5.6+7.0 2018-11-30 12:00:44 +01:00

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.