8
0
Bifurcation 0
Articlevoucher/docs/html/themes/d3/js
Markus Gärtner 49cbc3d98d Update 4.0.1.1 ionCube 5.6+7.1 Update Documentation 2019-02-04 11:17:12 +01:00
..
README.md Update 4.0.1.1 ionCube 5.6+7.1 Update Documentation 2019-02-04 11:17:12 +01:00
daux.js Update 4.0.1.1 ionCube 5.6+7.1 Update Documentation 2019-02-04 11:17:12 +01:00
fontawesome-all.js Update 4.0.1.1 ionCube 5.6+7.1 Update Documentation 2019-02-04 11:17:12 +01:00
highlight.pack.js Update 4.0.1.1 ionCube 5.6+7.1 Update Documentation 2019-02-04 11:17:12 +01:00
html5shiv-3.7.3.min.js Update 4.0.1.1 ionCube 5.6+7.1 Update Documentation 2019-02-04 11:17:12 +01:00
jquery-1.11.3.min.js Update 4.0.1.1 ionCube 5.6+7.1 Update Documentation 2019-02-04 11:17:12 +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.