Skip to content

Instantly share code, notes, and snippets.

@theredstapler
Created June 17, 2016 15:42
Show Gist options
  • Save theredstapler/ba0a4cf26210be2e80a17e10042a7832 to your computer and use it in GitHub Desktop.
Save theredstapler/ba0a4cf26210be2e80a17e10042a7832 to your computer and use it in GitHub Desktop.
<html>
<head>
<script src="jquery.min.js"></script>
<link rel="stylesheet" href="styles/default.css">
<script src="highlight.pack.js"></script>
</head>
<body>
<div class="javascript">var test; <br> alert(1+1);</div>
<script>
hljs.configure({useBR: true});
hljs.highlightBlock($('div').get(0));
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment