Created
June 17, 2016 15:42
-
-
Save theredstapler/ba0a4cf26210be2e80a17e10042a7832 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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