How to handle multiline content with Char, Text, and HTML Fields

In case the content in a Char​ field needs to be split into multiple lines and represented like that in the view the new line character \n​ or HTML line break <br>​ tag are not supported in this type of field.

To be able to split the content into multiple lines the Text​ field needs to be used for the new line character \n​ while the <br>​ element is accepted in the HTML field.