daux.io/themes/daux/js
Stéphane Goetz 91014cef8b Manage table of contents differently 2017-12-11 21:14:18 +01:00
..
README.md Upgrade to highlight.js 9.7.0, added all languages 2016-09-30 21:29:10 +02:00
daux.js Manage table of contents differently 2017-12-11 21:14:18 +01:00
highlight.pack.js Upgrade to highlight.js 9.7.0, added all languages 2016-09-30 21:29:10 +02:00
html5shiv-3.7.3.min.js Embed HTML5 Shiv, fixes #10 2017-10-18 22:41:07 +02:00
jquery-1.11.3.min.js Updated libs to use /templates and /themes/{theme}/templates 2015-08-06 16:47:38 -04: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.