This approach would allow users to directly use HTML in their responses. We'd need to purify HTML on the way out to only allow <br>, otherwise, there'd be XSS concerns. Rendering as Markdown and letting users know they can use it is a better approach in the long run.