This commit is contained in:
a-ill
2023-06-14 21:41:54 +03:00
parent cc4cada363
commit efbda226a1
127 changed files with 12241 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
$( document ).ready(function() {
var ansi_up = new AnsiUp;
$("code.language-julia").html(ansi_up.ansi_to_html( $("code.language-julia").text() ));
});