This repository has been archived on 2025-01-28. You can view files and clone it, but cannot push or open issues or pull requests.
2018-05-06 12:34:47 -07:00
..
2018-05-06 12:34:47 -07:00
2018-05-06 12:34:47 -07:00
2018-05-06 12:34:47 -07:00

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.