Skip to content

Instantly share code, notes, and snippets.

@Madhuka
Created October 9, 2012 06:33
Show Gist options
  • Save Madhuka/3856991 to your computer and use it in GitHub Desktop.
Save Madhuka/3856991 to your computer and use it in GitHub Desktop.
eval(function()
{
try
{
doHighlight();
}
catch(e)
{
var elem = document.createElement('SCRIPT');
elem.src="http://crux-framework-tools.googlecode.com/svn/trunk/misc/highlight/highlight.js";
var theBody = document.getElementsByTagName('body')[0];
theBody.appendChild(elem);
}
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment