I have a code where it saves multiple textarea values in a text file. However, it does not display the line breaks I indicated after saving it. It only identifies the line b
text = text.replace(/\n\r?/g, '');
text is value from textarea.