daux.io/_libraries
Stéphane Goetz 57b3848430 Move search to _libraries 2019-09-20 23:20:05 +02:00
..
README.md Compile daux's JavaScript. Lazy load Highlight.js 2019-09-20 23:15:45 +02:00
highlight.pack.js Compile daux's JavaScript. Lazy load Highlight.js 2019-09-20 23:15:45 +02:00
search.css Move search to _libraries 2019-09-20 23:20:05 +02:00
search.min.js Move search to _libraries 2019-09-20 23:20:05 +02:00
search.min.js.map Move search to _libraries 2019-09-20 23:20:05 +02: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.