1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2026-08-15 21:44:51 +02:00
Files
cheatsheets/_includes/foot.html
Rico Sta. Cruz 0524caea00 Autolink.
2014-06-09 13:30:52 +08:00

9 lines
206 B
HTML

<script src="assets/highlight.min.js"></script>
<script src="assets/script.js"></script>
<script>
hljs.configure({classPrefix: ''});
hljs.initHighlightingOnLoad();
</script>
</body>
</html>