contenttabs/docs/html/themes/d3/js
Daniel Seifert 5c28548a0a add 4.1.0.0 (ionCube for PHP 7.1 - 7.2) 2019-01-18 15:06:14 +01:00
..
README.md add 4.1.0.0 (ionCube for PHP 7.1 - 7.2) 2019-01-18 15:06:14 +01:00
daux.js add 4.1.0.0 (ionCube for PHP 7.1 - 7.2) 2019-01-18 15:06:14 +01:00
fontawesome-all.js add 4.1.0.0 (ionCube for PHP 7.1 - 7.2) 2019-01-18 15:06:14 +01:00
highlight.pack.js add 4.1.0.0 (ionCube for PHP 7.1 - 7.2) 2019-01-18 15:06:14 +01:00
html5shiv-3.7.3.min.js add 4.1.0.0 (ionCube for PHP 7.1 - 7.2) 2019-01-18 15:06:14 +01:00
jquery-1.11.3.min.js add 4.1.0.0 (ionCube for PHP 7.1 - 7.2) 2019-01-18 15:06:14 +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.