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>
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>