Skip to content

Instantly share code, notes, and snippets.

@anjmao
Created November 23, 2017 10:46
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 anjmao/a92859814869ffd57825e79aaab16575 to your computer and use it in GitHub Desktop.
Save anjmao/a92859814869ffd57825e79aaab16575 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