Last active
August 29, 2015 14:05
-
-
Save chiliec/f7a466da5a9f7b11b6fe to your computer and use it in GitHub Desktop.
Syntax highlighter for Postach.io
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
<script type='text/javascript'> | |
window.exports = { | |
activate : function (a,b,c) { | |
$("pre").addClass("prettyprint linenums"); | |
PR.prettyPrint(); | |
} | |
} | |
</script> | |
<script src="https://google-code-prettify.googlecode.com/svn/loader/run_prettify.js?autoload=true&callback=activate"></script> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment