Skip to content

Instantly share code, notes, and snippets.

@Manoz
Created April 8, 2014 03:14
Show Gist options
  • Save Manoz/10086625 to your computer and use it in GitHub Desktop.
Save Manoz/10086625 to your computer and use it in GitHub Desktop.
$("pre code:contains($)").html(function(_, html) {
return html.replace(/\$+/ig, '<span class="red">$</span>');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment