improve underline links, update ace, add more ace themes

This commit is contained in:
Kyle Drake 2024-01-19 11:15:54 -06:00
parent 37cac9d1bd
commit 7788437c33
467 changed files with 324936 additions and 321 deletions

View file

@ -0,0 +1,9 @@
; (function() {
window.require(["ace/snippets/cuttlefish"], function(m) {
if (typeof module == "object" && typeof exports == "object" && module) {
module.exports = m;
}
});
})();