Skip to content

Instantly share code, notes, and snippets.

@pbojinov
Created May 31, 2013 21:29
Show Gist options
  • Save pbojinov/5688142 to your computer and use it in GitHub Desktop.
Save pbojinov/5688142 to your computer and use it in GitHub Desktop.
var html = (function () {/*
<!DOCTYPE html>
<html>
<body>
<h1>Hello, world!</h1>
</body>
</html>
*/}).toString().match(/[^]*\/\*([^]*)\*\/\}$/)[1];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment