In my case I had a table where the text had multiple line breaks not showing up.
My solution was to add following CSS to <td> tag:
<td>
white-space:pre-line;