I have a introduction form like a filling my bio data or information. I filled in different paragraphs and numbers. But the output will shows only single paragraphs
<div class="col-lg-12">
<div class="form-group">
<textarea autocomplete="off" rows="4" class="form-control"
name="introduction" type="text"
></textarea>
</div>
</div>
I tried to get Output like
1
2
3
1).One
2).Two
3).Three
But in my form if i filled the data or numbers output shows like
1 2 3 1).One 2). Two 3).Three