Skip to content

Instantly share code, notes, and snippets.

@3dgoose
Last active July 18, 2025 15:05
Show Gist options
  • Save 3dgoose/a0caf5099960c67564bf3def36b59dd0 to your computer and use it in GitHub Desktop.
Save 3dgoose/a0caf5099960c67564bf3def36b59dd0 to your computer and use it in GitHub Desktop.
highlight.js
<!--Add this in the body (putting it in the end prevents it from slowing the page loading) -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.1/styles/default.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.1/highlight.min.js"></script>
<!-- and it's easy to individually load additional languages -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.1/languages/go.min.js"></script>
<script>hljs.highlightAll();</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment