const content1 = `first line\r\nsecond line\r\nthird line`; const content2 = `first line\nsecond line\nthird line`; console.log({ content1, content2 });