1
0
mirror of https://gitlab.com/Anson-Projects/spacesystemscalc.git synced 2025-06-15 22:46:44 +00:00
2022-08-22 20:18:28 -06:00

5 lines
159 B
JavaScript

$( document ).ready(function() {
var ansi_up = new AnsiUp;
$("code.language-julia").html(ansi_up.ansi_to_html( $("code.language-julia").text() ));
});