add highlightjs initialization

This commit is contained in:
VirtuBox 2018-10-13 15:06:24 +02:00
parent 51235bc0ef
commit e25022529c
1 changed files with 3 additions and 0 deletions

View File

@ -526,6 +526,9 @@
}, 100, "linear");
}
</script>
<script>
hljs.initHighlightingOnLoad();
</script>
</body>
</html>