When importing my tickets into Aha Develop via the "import with csv" option, I have some issues with the formatting. With no formatting, the new line character "\n" is completely missing. (Please see no_space.png). If I try to replace the "\n" with a html tag like <br/>, then there is too much white space. (Please see white_space.png)
Is there a way to preserve the new line, without adding too much white space in between the lines? This would make text more readable.