Skip to content

Instantly share code, notes, and snippets.

@niceaji
Created June 3, 2013 00:46
Show Gist options
  • Save niceaji/5695550 to your computer and use it in GitHub Desktop.
Save niceaji/5695550 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