Skip to content

Instantly share code, notes, and snippets.

@0ct0d4n
Created December 12, 2018 15:23
Show Gist options
  • Select an option

  • Save 0ct0d4n/1cd548ca4f322f39f696e5e421cab426 to your computer and use it in GitHub Desktop.

Select an option

Save 0ct0d4n/1cd548ca4f322f39f696e5e421cab426 to your computer and use it in GitHub Desktop.
replace spaces for line endings
var apiData = JSON.stringify(blocks, null, 2);
apiData = apiData.replace(/(\r\n|\n|\r)/g, app.options.lineEnding);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment