Created
November 28, 2011 19:15
-
-
Save wolverian/1401598 to your computer and use it in GitHub Desktop.
use highlight.js
This file contains hidden or 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
<script src="http://yandex.st/highlightjs/6.1/highlight.min.js"></script> | |
<script type="text/javascript"> | |
hljs.initHighlightingOnLoad(); | |
</script> | |
<link rel="stylesheet" href="http://yandex.st/highlightjs/6.1/styles/github.min.css"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment