Skip to content

Instantly share code, notes, and snippets.

@simpulton
Last active September 18, 2015 18:51
Show Gist options
  • Save simpulton/e5d47fc3de87f0c73c40 to your computer and use it in GitHub Desktop.
Save simpulton/e5d47fc3de87f0c73c40 to your computer and use it in GitHub Desktop.
$(document).ready(function() {
$('pre.code').each(function(i, block) {
hljs.highlightBlock(block);
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment