Skip to content

Instantly share code, notes, and snippets.

@mattscilipoti
Created November 10, 2013 16:20
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 mattscilipoti/7400181 to your computer and use it in GitHub Desktop.
Save mattscilipoti/7400181 to your computer and use it in GitHub Desktop.
The snippets I use for blog.clearto.me
<!-- SyntaxHighlighter: http://alexgorbatchev.com/SyntaxHighlighter/manual/installation.html -->
<!-- Include required JS files -->
<script type="text/javascript" src="js/shCore.js"></script>
<!--
At least one brush, here we choose JS. You need to include a brush for every
language you want to highlight
-->
<script type="text/javascript" src="css/shBrushJScript.js"></script>
<!-- Include *at least* the core style and default theme -->
<link href="css/shCore.css" rel="stylesheet" type="text/css" />
<link href="css/shThemeDefault.css" rel="stylesheet" type="text/css" />
<!-- You also need to add some content to highlight. Use <pre class="brush: js"> -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment