Skip to content

Instantly share code, notes, and snippets.

@vzhou842
Created June 19, 2021 00:02
Show Gist options
  • Save vzhou842/835edce2790367850383a360cff323f8 to your computer and use it in GitHub Desktop.
Save vzhou842/835edce2790367850383a360cff323f8 to your computer and use it in GitHub Desktop.
<script
dangerouslySetInnerHTML={{
__html: `
(function() {
// code here
// ...
})();
`.replace(/\n/g, ' ').replace(/ {2}/g, ''),
}} />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment