Skip to content

Instantly share code, notes, and snippets.

@raine
Created September 22, 2013 07:52
Show Gist options
  • Select an option

  • Save raine/6657748 to your computer and use it in GitHub Desktop.

Select an option

Save raine/6657748 to your computer and use it in GitHub Desktop.
renderLinkifyComicSans: function(lines, inlineImages) {
return this.renderLinkifyWithTextFunction(lines, inlineImages, _.bind(function(text) {
return this.escapeText(text).replace(/(comic sans)/gi, '<span style="font-family:comic sans ms;">$1</span>');
}, this));
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment