Fix faulty highlighting

This commit is contained in:
ColonelParrot 2023-04-15 19:58:25 -04:00
parent 793c56da0a
commit de20288b8c

View File

@ -112,7 +112,7 @@ image.onload = function () {
integrity="sha512-bgHRAiTjGrzHzLyKOnpFvaEpGzJet3z4tZnXGjpsCcqOnAH6VGUx9frc5bcIhKTVLEiCO6vEhNAgx5jtLUYrfA=="
crossorigin="anonymous" referrerpolicy="no-referrer" async></script>
<script>
$(document).ready(function () {
$(window).on('load', function () {
hljs.highlightAll();
})
</script>