Line break in HTML with ‘\n’

This is to show new line and return carriage in html, then you don’t need to do it explicitly. You can do it in css by setting the white-space attribute pre-line value.

<span style="white-space: pre-line">@Model.CommentText</span>