in theme/src/components/live-code.js [29:31]
function removeNewlines(string) { return string.replace(/(\r\n|\n|\r)/gm, '') }