Skip to content

Instantly share code, notes, and snippets.

@plugn
Created December 19, 2019 13:29
Show Gist options
  • Save plugn/d2b7a887f5c3b1251c78c9491a516d6c to your computer and use it in GitHub Desktop.
Save plugn/d2b7a887f5c3b1251c78c9491a516d6c to your computer and use it in GitHub Desktop.
poem = `my awesome poem`
result = poem.replace(/\n+/g, '\n\n')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment