Skip to content

Files

Latest commit

456e8f7 · Jan 3, 2022

History

History
This branch is 204 commits behind dauxio/daux.io:master.

daux_libraries

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Sep 23, 2019
Feb 11, 2021
Feb 11, 2021
Feb 11, 2021
Dec 1, 2021
Dec 1, 2021
Dec 1, 2021
Sep 23, 2019
Jan 3, 2022
Jan 3, 2022

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.