Is there a way to make HTML properly treat \n line breaks? Or I have to replace them with <br/>?

<div class="text">
  abc
  def
  ghi
</div>

7 Answers
7

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *