Skip to content

Instantly share code, notes, and snippets.

@Naoto-Ida
Created December 14, 2015 05:37
Show Gist options
  • Save Naoto-Ida/c78179676fad0ab5e6ee to your computer and use it in GitHub Desktop.
Save Naoto-Ida/c78179676fad0ab5e6ee to your computer and use it in GitHub Desktop.
Allows HTML tags such as <span> to be used in post for Telescope
Telescope.utils.sanitize = function(s) {
return s;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment