In this view data mathjax is working well but when we add enter in textarea it is not going new line. when we post something like this
a) A b) B c) C then it display a) A b) B c) C I want to display it like in data-mathjax-bind a) A b) B c) C how to solved this?
<div class="question-title-preview">
<span data-mathjax-bind="question.titleDisplay"></span>
</div>