Skip to content

Instantly share code, notes, and snippets.

@malachi358
Created September 2, 2015 09:52
Show Gist options
  • Save malachi358/ed56cced883d82f39d35 to your computer and use it in GitHub Desktop.
Save malachi358/ed56cced883d82f39d35 to your computer and use it in GitHub Desktop.
HTML PARTIALS FIX JS
var MultiString = function(f) {
return f.toString().split('\n').slice(1, -1).join('\n');
}
var ms = MultiString(function() {/**
line one
line two
line 'three'
**/});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment