Skip to content

Instantly share code, notes, and snippets.

@nutti
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nutti/fa3282510be40ab6653e to your computer and use it in GitHub Desktop.
Save nutti/fa3282510be40ab6653e to your computer and use it in GitHub Desktop.
[Javascript] highlight.js
<link rel="stylesheet" href="css/ext/github.css" type="text/css" />
<script type="text/javascript" src="js/ext/highlight.pack.js"></script>
$('#source pre code').each(function(i, block) {
hljs.highlightBlock(block, block.className);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment