daux.io/daux_libraries
Stéphane Goetz af0510e114 Update dependencies 2020-05-25 22:19:08 +02:00
..
README.md rename _libraries to daux_libraries and _search_index to daux_search_index otherwise github pages makes the files invisible 2019-09-23 22:10:07 +02:00
highlight.pack.js rename _libraries to daux_libraries and _search_index to daux_search_index otherwise github pages makes the files invisible 2019-09-23 22:10:07 +02:00
search.css rename _libraries to daux_libraries and _search_index to daux_search_index otherwise github pages makes the files invisible 2019-09-23 22:10:07 +02:00
search.min.js Update dependencies 2020-05-25 22:19:08 +02:00
search.min.js.map Update dependencies 2020-05-25 22:19:08 +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.